Html Css Color HEX #CFB042 Old Gold

📋 copy color: '#CFB042'

red 207 ◦ green 176 ◦ blue 66

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

Shades of Old Gold #CFB042

Tints of Old Gold #CFB042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

 BLUE value IS 66 (26.17% from 255) = 14.7%

R = 46.1%
G = 39.2%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFB042 (or 0xCFB042) is known color: Old Gold. HEX triplet: CF, B0 and 42. RGB value is (207,176,66). Sum of RGB (Red+Green+Blue) = 207+176+66=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB042 is #304FBD. Grayscale: #ADADAD. Windows color (decimal): -3166142 or 4370639. OLE color: 4370639.

HSL color Cylindrical-coordinate representation of color #CFB042: hue angle of 46.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFB042 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 66 -
CMYK 0 0.15 0.68 0.19
HSL 46.81º 0.59% 0.54% -
HSV(B) 46.81º 0.68% 0.81% -
XYZ 42.24 44.71 11.56 -
YUV 172.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 207 176 66 0 0.15 0.68 0.19 46.81 0.59 0.54
Hex CF B0 42 0 F 44 13 2F 3B 36
Octal 317 260 102 0 17 104 23 57 73 66
Binary 11001111 10110000 1000010 0 1111 1000100 10011 101111 111011 110110

Color Harmonies of #CFB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB042

Black with #CFB042

Text Example


Text Example

White with #CFB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB042; }

 p { color: rgb(207,176,66); }

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

background-color css

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

 a { background-color: rgb(207,176,66); }

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

border-color css

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

 span { border-color: rgb(207,176,66); }

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