Html Css Color HEX #CEB136 Old Gold

📋 copy color: '#CEB136'

red 206 ◦ green 177 ◦ blue 54

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

Shades of Old Gold #CEB136

Tints of Old Gold #CEB136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.5%

 BLUE value IS 54 (21.48% from 255) = 12.36%

R = 47.14%
G = 40.5%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEB136 (or 0xCEB136) is known color: Old Gold. HEX triplet: CE, B1 and 36. RGB value is (206,177,54). Sum of RGB (Red+Green+Blue) = 206+177+54=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB136 is #314EC9. Grayscale: #ACACAC. Windows color (decimal): -3231434 or 3584462. OLE color: 3584462.

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

Color convert

RGB 206 177 54 -
CMYK 0 0.14 0.74 0.19
HSL 48.55º 0.61% 0.51% -
HSV(B) 48.55º 0.74% 0.81% -
XYZ 41.84 44.83 9.94 -
YUV 171.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 206 177 54 0 0.14 0.74 0.19 48.55 0.61 0.51
Hex CE B1 36 0 E 4A 13 31 3D 33
Octal 316 261 66 0 16 112 23 61 75 63
Binary 11001110 10110001 110110 0 1110 1001010 10011 110001 111101 110011

Color Harmonies of #CEB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB136

Black with #CEB136

Text Example


Text Example

White with #CEB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB136; }

 p { color: rgb(206,177,54); }

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

background-color css

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

 a { background-color: rgb(206,177,54); }

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

border-color css

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

 span { border-color: rgb(206,177,54); }

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