Html Css Color HEX #CFB537 Old Gold

📋 copy color: '#CFB537'

red 207 ◦ green 181 ◦ blue 55

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

Shades of Old Gold #CFB537

Tints of Old Gold #CFB537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.42%

R = 46.73%
G = 40.86%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB537 (or 0xCFB537) is known color: Old Gold. HEX triplet: CF, B5 and 37. RGB value is (207,181,55). Sum of RGB (Red+Green+Blue) = 207+181+55=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB537 is #304AC8. Grayscale: #AEAEAE. Windows color (decimal): -3164873 or 3651023. OLE color: 3651023.

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

Color convert

RGB 207 181 55 -
CMYK 0 0.13 0.73 0.19
HSL 49.74º 0.61% 0.51% -
HSV(B) 49.74º 0.73% 0.81% -
XYZ 42.95 46.59 10.34 -
YUV 174.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 207 181 55 0 0.13 0.73 0.19 49.74 0.61 0.51
Hex CF B5 37 0 D 49 13 32 3D 33
Octal 317 265 67 0 15 111 23 62 75 63
Binary 11001111 10110101 110111 0 1101 1001001 10011 110010 111101 110011

Color Harmonies of #CFB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB537

Black with #CFB537

Text Example


Text Example

White with #CFB537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB537; }

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

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

background-color css

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

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

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

border-color css

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

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

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