Html Css Color HEX #CFC037 Old Gold

📋 copy color: '#CFC037'

red 207 ◦ green 192 ◦ blue 55

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

Shades of Old Gold #CFC037

Tints of Old Gold #CFC037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.29%

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

R = 45.59%
G = 42.29%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFC037 (or 0xCFC037) is known color: Old Gold. HEX triplet: CF, C0 and 37. RGB value is (207,192,55). Sum of RGB (Red+Green+Blue) = 207+192+55=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC037 is #303FC8. Grayscale: #B5B5B5. Windows color (decimal): -3162057 or 3653839. OLE color: 3653839.

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

Color convert

RGB 207 192 55 -
CMYK 0 0.07 0.73 0.19
HSL 54.08º 0.61% 0.51% -
HSV(B) 54.08º 0.73% 0.81% -
XYZ 45.27 51.24 11.12 -
YUV 180.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 207 192 55 0 0.07 0.73 0.19 54.08 0.61 0.51
Hex CF C0 37 0 7 49 13 36 3D 33
Octal 317 300 67 0 7 111 23 66 75 63
Binary 11001111 11000000 110111 0 111 1001001 10011 110110 111101 110011

Color Harmonies of #CFC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC037

Black with #CFC037

Text Example


Text Example

White with #CFC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC037; }

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

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

background-color css

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

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

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

border-color css

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

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

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