Html Css Color HEX #CFB242 Old Gold

📋 copy color: '#CFB242'

red 207 ◦ green 178 ◦ blue 66

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

Shades of Old Gold #CFB242

Tints of Old Gold #CFB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.47%

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

R = 45.9%
G = 39.47%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFB242 (or 0xCFB242) is known color: Old Gold. HEX triplet: CF, B2 and 42. RGB value is (207,178,66). Sum of RGB (Red+Green+Blue) = 207+178+66=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB242 is #304DBD. Grayscale: #AEAEAE. Windows color (decimal): -3165630 or 4371151. OLE color: 4371151.

HSL color Cylindrical-coordinate representation of color #CFB242: hue angle of 47.66º 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 #CFB242 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 66 -
CMYK 0 0.14 0.68 0.19
HSL 47.66º 0.59% 0.54% -
HSV(B) 47.66º 0.68% 0.81% -
XYZ 42.64 45.5 11.69 -
YUV 173.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 207 178 66 0 0.14 0.68 0.19 47.66 0.59 0.54
Hex CF B2 42 0 E 44 13 30 3B 36
Octal 317 262 102 0 16 104 23 60 73 66
Binary 11001111 10110010 1000010 0 1110 1000100 10011 110000 111011 110110

Color Harmonies of #CFB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB242

Black with #CFB242

Text Example


Text Example

White with #CFB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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