Html Css Color HEX #CEB637 Old Gold

📋 copy color: '#CEB637'

red 206 ◦ green 182 ◦ blue 55

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

Shades of Old Gold #CEB637

Tints of Old Gold #CEB637

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

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

R = 46.5%
G = 41.08%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB637 (or 0xCEB637) is known color: Old Gold. HEX triplet: CE, B6 and 37. RGB value is (206,182,55). Sum of RGB (Red+Green+Blue) = 206+182+55=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB637 is #3149C8. Grayscale: #AFAFAF. Windows color (decimal): -3230153 or 3651278. OLE color: 3651278.

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

Color convert

RGB 206 182 55 -
CMYK 0 0.12 0.73 0.19
HSL 50.46º 0.61% 0.51% -
HSV(B) 50.46º 0.73% 0.81% -
XYZ 42.87 46.85 10.4 -
YUV 174.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 206 182 55 0 0.12 0.73 0.19 50.46 0.61 0.51
Hex CE B6 37 0 C 49 13 32 3D 33
Octal 316 266 67 0 14 111 23 62 75 63
Binary 11001110 10110110 110111 0 1100 1001001 10011 110010 111101 110011

Color Harmonies of #CEB637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB637

Black with #CEB637

Text Example


Text Example

White with #CEB637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB637; }

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

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

background-color css

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

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

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

border-color css

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

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

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