Html Css Color HEX #CEB139 Old Gold

📋 copy color: '#CEB139'

red 206 ◦ green 177 ◦ blue 57

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

Shades of Old Gold #CEB139

Tints of Old Gold #CEB139

RGB

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

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

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

R = 46.82%
G = 40.23%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEB139 (or 0xCEB139) is known color: Old Gold. HEX triplet: CE, B1 and 39. RGB value is (206,177,57). Sum of RGB (Red+Green+Blue) = 206+177+57=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB139 is #314EC6. Grayscale: #ACACAC. Windows color (decimal): -3231431 or 3781070. OLE color: 3781070.

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

Color convert

RGB 206 177 57 -
CMYK 0 0.14 0.72 0.19
HSL 48.32º 0.6% 0.52% -
HSV(B) 48.32º 0.72% 0.81% -
XYZ 41.91 44.86 10.32 -
YUV 171.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 206 177 57 0 0.14 0.72 0.19 48.32 0.6 0.52
Hex CE B1 39 0 E 48 13 30 3C 34
Octal 316 261 71 0 16 110 23 60 74 64
Binary 11001110 10110001 111001 0 1110 1001000 10011 110000 111100 110100

Color Harmonies of #CEB139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB139

Black with #CEB139

Text Example


Text Example

White with #CEB139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB139; }

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

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

background-color css

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

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

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

border-color css

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

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

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