Html Css Color HEX #CFBD3E Old Gold

📋 copy color: '#CFBD3E'

red 207 ◦ green 189 ◦ blue 62

#CFBD3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CFBD3E

Tints of Old Gold #CFBD3E

RGB

 RED value IS 207 (81.25% from 255) = 45.2%

 GREEN value IS 189 (74.22% from 255) = 41.27%

 BLUE value IS 62 (24.61% from 255) = 13.54%

R = 45.2%
G = 41.27%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFBD3E (or 0xCFBD3E) is known color: Old Gold. HEX triplet: CF, BD and 3E. RGB value is (207,189,62). Sum of RGB (Red+Green+Blue) = 207+189+62=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD3E is #3042C1. Grayscale: #B4B4B4. Windows color (decimal): -3162818 or 4111823. OLE color: 4111823.

HSL color Cylindrical-coordinate representation of color #CFBD3E: hue angle of 52.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFBD3E is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 189 62 -
CMYK 0 0.09 0.70 0.19
HSL 52.55º 0.6% 0.53% -
HSV(B) 52.55º 0.7% 0.81% -
XYZ 44.8 50.01 11.85 -
YUV 179.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 207 189 62 0 0.09 0.70 0.19 52.55 0.6 0.53
Hex CF BD 3E 0 9 46 13 35 3C 35
Octal 317 275 76 0 11 106 23 65 74 65
Binary 11001111 10111101 111110 0 1001 1000110 10011 110101 111100 110101

Color Harmonies of #CFBD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD3E

Black with #CFBD3E

Text Example


Text Example

White with #CFBD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD3E; }

 p { color: rgb(207,189,62); }

 H1.HeaderClassName
 {
   color: #CFBD3E;
 }
 .AnyTagClassName
 {
   color: #CFBD3E;
 }
</style>

background-color css

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

 a { background-color: rgb(207,189,62); }

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

border-color css

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

 span { border-color: rgb(207,189,62); }

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