Html Css Color HEX #CFB549 Old Gold

📋 copy color: '#CFB549'

red 207 ◦ green 181 ◦ blue 73

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

Shades of Old Gold #CFB549

Tints of Old Gold #CFB549

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

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

R = 44.9%
G = 39.26%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFB549 (or 0xCFB549) is known color: Old Gold. HEX triplet: CF, B5 and 49. RGB value is (207,181,73). Sum of RGB (Red+Green+Blue) = 207+181+73=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB549 is #304AB6. Grayscale: #B0B0B0. Windows color (decimal): -3164855 or 4830671. OLE color: 4830671.

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

Color convert

RGB 207 181 73 -
CMYK 0 0.13 0.65 0.19
HSL 48.36º 0.58% 0.55% -
HSV(B) 48.36º 0.65% 0.81% -
XYZ 43.46 46.79 13.05 -
YUV 176.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 207 181 73 0 0.13 0.65 0.19 48.36 0.58 0.55
Hex CF B5 49 0 D 41 13 30 3A 37
Octal 317 265 111 0 15 101 23 60 72 67
Binary 11001111 10110101 1001001 0 1101 1000001 10011 110000 111010 110111

Color Harmonies of #CFB549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB549

Black with #CFB549

Text Example


Text Example

White with #CFB549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB549; }

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

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

background-color css

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

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

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

border-color css

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

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

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