Html Css Color HEX #CFB52F Old Gold

📋 copy color: '#CFB52F'

red 207 ◦ green 181 ◦ blue 47

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

Shades of Old Gold #CFB52F

Tints of Old Gold #CFB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.8%

R = 47.59%
G = 41.61%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFB52F (or 0xCFB52F) is known color: Old Gold. HEX triplet: CF, B5 and 2F. RGB value is (207,181,47). Sum of RGB (Red+Green+Blue) = 207+181+47=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB52F is #304AD0. Grayscale: #AEAEAE. Windows color (decimal): -3164881 or 3126735. OLE color: 3126735.

HSL color Cylindrical-coordinate representation of color #CFB52F: hue angle of 50.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFB52F is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 47 -
CMYK 0 0.13 0.77 0.19
HSL 50.25º 0.63% 0.5% -
HSV(B) 50.25º 0.77% 0.81% -
XYZ 42.77 46.52 9.41 -
YUV 173.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 207 181 47 0 0.13 0.77 0.19 50.25 0.63 0.5
Hex CF B5 2F 0 D 4D 13 32 3F 32
Octal 317 265 57 0 15 115 23 62 77 62
Binary 11001111 10110101 101111 0 1101 1001101 10011 110010 111111 110010

Color Harmonies of #CFB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB52F

Black with #CFB52F

Text Example


Text Example

White with #CFB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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