Html Css Color HEX #CEB539 Old Gold

📋 copy color: '#CEB539'

red 206 ◦ green 181 ◦ blue 57

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

Shades of Old Gold #CEB539

Tints of Old Gold #CEB539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.84%

R = 46.4%
G = 40.77%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEB539 (or 0xCEB539) is known color: Old Gold. HEX triplet: CE, B5 and 39. RGB value is (206,181,57). Sum of RGB (Red+Green+Blue) = 206+181+57=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB539 is #314AC6. Grayscale: #AEAEAE. Windows color (decimal): -3230407 or 3782094. OLE color: 3782094.

HSL color Cylindrical-coordinate representation of color #CEB539: hue angle of 49.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEB539 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 57 -
CMYK 0 0.12 0.72 0.19
HSL 49.93º 0.6% 0.52% -
HSV(B) 49.93º 0.72% 0.81% -
XYZ 42.72 46.46 10.59 -
YUV 174.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 206 181 57 0 0.12 0.72 0.19 49.93 0.6 0.52
Hex CE B5 39 0 C 48 13 32 3C 34
Octal 316 265 71 0 14 110 23 62 74 64
Binary 11001110 10110101 111001 0 1100 1001000 10011 110010 111100 110100

Color Harmonies of #CEB539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB539

Black with #CEB539

Text Example


Text Example

White with #CEB539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB539; }

 p { color: rgb(206,181,57); }

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

background-color css

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

 a { background-color: rgb(206,181,57); }

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

border-color css

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

 span { border-color: rgb(206,181,57); }

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