Html Css Color HEX #CFB849 Old Gold

📋 copy color: '#CFB849'

red 207 ◦ green 184 ◦ blue 73

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

Shades of Old Gold #CFB849

Tints of Old Gold #CFB849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.73%

R = 44.61%
G = 39.66%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFB849 (or 0xCFB849) is known color: Old Gold. HEX triplet: CF, B8 and 49. RGB value is (207,184,73). Sum of RGB (Red+Green+Blue) = 207+184+73=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB849 is #3047B6. Grayscale: #B2B2B2. Windows color (decimal): -3164087 or 4831439. OLE color: 4831439.

HSL color Cylindrical-coordinate representation of color #CFB849: hue angle of 49.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFB849 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 73 -
CMYK 0 0.11 0.65 0.19
HSL 49.7º 0.58% 0.55% -
HSV(B) 49.7º 0.65% 0.81% -
XYZ 44.08 48.03 13.25 -
YUV 178.22 68.62 148.53 -
System Red Green Blue C M Y K H S L
Decimal 207 184 73 0 0.11 0.65 0.19 49.7 0.58 0.55
Hex CF B8 49 0 B 41 13 32 3A 37
Octal 317 270 111 0 13 101 23 62 72 67
Binary 11001111 10111000 1001001 0 1011 1000001 10011 110010 111010 110111

Color Harmonies of #CFB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB849

Black with #CFB849

Text Example


Text Example

White with #CFB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB849; }

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

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

background-color css

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

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

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

border-color css

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

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

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