Html Css Color HEX #CFB842 Old Gold

📋 copy color: '#CFB842'

red 207 ◦ green 184 ◦ blue 66

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

Shades of Old Gold #CFB842

Tints of Old Gold #CFB842

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

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

R = 45.3%
G = 40.26%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFB842 (or 0xCFB842) is known color: Old Gold. HEX triplet: CF, B8 and 42. RGB value is (207,184,66). Sum of RGB (Red+Green+Blue) = 207+184+66=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB842 is #3047BD. Grayscale: #B1B1B1. Windows color (decimal): -3164094 or 4372687. OLE color: 4372687.

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

Color convert

RGB 207 184 66 -
CMYK 0 0.11 0.68 0.19
HSL 50.21º 0.59% 0.54% -
HSV(B) 50.21º 0.68% 0.81% -
XYZ 43.86 47.94 12.1 -
YUV 177.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 207 184 66 0 0.11 0.68 0.19 50.21 0.59 0.54
Hex CF B8 42 0 B 44 13 32 3B 36
Octal 317 270 102 0 13 104 23 62 73 66
Binary 11001111 10111000 1000010 0 1011 1000100 10011 110010 111011 110110

Color Harmonies of #CFB842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB842

Black with #CFB842

Text Example


Text Example

White with #CFB842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB842; }

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

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

background-color css

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

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

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

border-color css

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

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

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