#cdbf2f

Color #CDBF2F Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CDBF2F

Tints of Old Gold #CDBF2F

Color information

#CDBF2F (or 0xCDBF2F) is unknown color: approx Old Gold. HEX triplet: CD, BF and 2F. RGB value is (205,191,47). Sum of RGB (Red+Green+Blue) = 205+191+47=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBF2F is #3240D0. Grayscale: #B3B3B3. Windows color (decimal): -3293393 or 3129293. OLE color: 3129293.

HSL color Cylindrical-coordinate representation of color #CDBF2F: hue angle of 54.68º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDBF2F is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20519147-
CMYK00.070.770.20
HSL54.68º62.7%49.41%-
HSV(B)54.68º77.07%80.39%-
XYZ44.3250.4510.09-
YUV178.7753.64146.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 47 (18.75% from 255) = 10.61%
R=46.28%
G=43.12%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051914700.070.770.2054.6862.749.41
HexCDBF2F074D14373f31
Octal315277570711524677761
Binary11001101101111111011110111100110110100110111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdbf2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdbf2f; }

 p { color: rgb(205,191,47); }

 H1.HeaderClassName
 {
   color: #cdbf2f;
 }
 .AnyTagClassName
 {
   color: #cdbf2f;
 }
</style>
background-color css

<style>
 a { background-color: #cdbf2f; }

 a { background-color: rgb(205,191,47); }

 div.DivClassName
 {
   background-color: #cdbf2f;
 }
 .BgClassName
 {
   background-color: #cdbf2f;
 }
</style>
border-color css

<style>
 span { border-color: #cdbf2f; }

 span { border-color: rgb(205,191,47); }

 td.TdClassName
 {
   border-color: #cdbf2f;
 }
 .TagClassName
 {
   border-color: #cdbf2f;
 }
</style>