Html Css Color HEX #CFB52E Old Gold

📋 copy color: '#CFB52E'

red 207 ◦ green 181 ◦ blue 46

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

Shades of Old Gold #CFB52E

Tints of Old Gold #CFB52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.6%

R = 47.7%
G = 41.71%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFB52E (or 0xCFB52E) is known color: Old Gold. HEX triplet: CF, B5 and 2E. RGB value is (207,181,46). Sum of RGB (Red+Green+Blue) = 207+181+46=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB52E is #304AD1. Grayscale: #ADADAD. Windows color (decimal): -3164882 or 3061199. OLE color: 3061199.

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

Color convert

RGB 207 181 46 -
CMYK 0 0.13 0.78 0.19
HSL 50.31º 0.64% 0.5% -
HSV(B) 50.31º 0.78% 0.81% -
XYZ 42.75 46.51 9.31 -
YUV 173.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 207 181 46 0 0.13 0.78 0.19 50.31 0.64 0.5
Hex CF B5 2E 0 D 4E 13 32 40 32
Octal 317 265 56 0 15 116 23 62 100 62
Binary 11001111 10110101 101110 0 1101 1001110 10011 110010 1000000 110010

Color Harmonies of #CFB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB52E

Black with #CFB52E

Text Example


Text Example

White with #CFB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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