Html Css Color HEX #CEB736 Old Gold

📋 copy color: '#CEB736'

red 206 ◦ green 183 ◦ blue 54

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

Shades of Old Gold #CEB736

Tints of Old Gold #CEB736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.31%

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

R = 46.5%
G = 41.31%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEB736 (or 0xCEB736) is known color: Old Gold. HEX triplet: CE, B7 and 36. RGB value is (206,183,54). Sum of RGB (Red+Green+Blue) = 206+183+54=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB736 is #3148C9. Grayscale: #AFAFAF. Windows color (decimal): -3229898 or 3585998. OLE color: 3585998.

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

Color convert

RGB 206 183 54 -
CMYK 0 0.11 0.74 0.19
HSL 50.92º 0.61% 0.51% -
HSV(B) 50.92º 0.74% 0.81% -
XYZ 43.05 47.26 10.34 -
YUV 175.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 206 183 54 0 0.11 0.74 0.19 50.92 0.61 0.51
Hex CE B7 36 0 B 4A 13 33 3D 33
Octal 316 267 66 0 13 112 23 63 75 63
Binary 11001110 10110111 110110 0 1011 1001010 10011 110011 111101 110011

Color Harmonies of #CEB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB736

Black with #CEB736

Text Example


Text Example

White with #CEB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB736; }

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

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

background-color css

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

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

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

border-color css

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

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

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