Html Css Color HEX #CEB037 Old Gold

📋 copy color: '#CEB037'

red 206 ◦ green 176 ◦ blue 55

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

Shades of Old Gold #CEB037

Tints of Old Gold #CEB037

RGB

 RED value IS 206 (80.86% from 255) = 47.14%

 GREEN value IS 176 (69.14% from 255) = 40.27%

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

R = 47.14%
G = 40.27%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB037 (or 0xCEB037) is known color: Old Gold. HEX triplet: CE, B0 and 37. RGB value is (206,176,55). Sum of RGB (Red+Green+Blue) = 206+176+55=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB037 is #314FC8. Grayscale: #ABABAB. Windows color (decimal): -3231689 or 3649742. OLE color: 3649742.

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

Color convert

RGB 206 176 55 -
CMYK 0 0.15 0.73 0.19
HSL 48.08º 0.61% 0.51% -
HSV(B) 48.08º 0.73% 0.81% -
XYZ 41.67 44.45 10 -
YUV 171.18 62.44 152.84 -
System Red Green Blue C M Y K H S L
Decimal 206 176 55 0 0.15 0.73 0.19 48.08 0.61 0.51
Hex CE B0 37 0 F 49 13 30 3D 33
Octal 316 260 67 0 17 111 23 60 75 63
Binary 11001110 10110000 110111 0 1111 1001001 10011 110000 111101 110011

Color Harmonies of #CEB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB037

Black with #CEB037

Text Example


Text Example

White with #CEB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB037; }

 p { color: rgb(206,176,55); }

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

background-color css

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

 a { background-color: rgb(206,176,55); }

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

border-color css

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

 span { border-color: rgb(206,176,55); }

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