Html Css Color HEX #CEB936 Old Gold

📋 copy color: '#CEB936'

red 206 ◦ green 185 ◦ blue 54

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

Shades of Old Gold #CEB936

Tints of Old Gold #CEB936

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 46.29%
G = 41.57%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEB936 (or 0xCEB936) is known color: Old Gold. HEX triplet: CE, B9 and 36. RGB value is (206,185,54). Sum of RGB (Red+Green+Blue) = 206+185+54=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB936 is #3146C9. Grayscale: #B0B0B0. Windows color (decimal): -3229386 or 3586510. OLE color: 3586510.

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

Color convert

RGB 206 185 54 -
CMYK 0 0.10 0.74 0.19
HSL 51.71º 0.61% 0.51% -
HSV(B) 51.71º 0.74% 0.81% -
XYZ 43.47 48.09 10.48 -
YUV 176.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 206 185 54 0 0.10 0.74 0.19 51.71 0.61 0.51
Hex CE B9 36 0 A 4A 13 34 3D 33
Octal 316 271 66 0 12 112 23 64 75 63
Binary 11001110 10111001 110110 0 1010 1001010 10011 110100 111101 110011

Color Harmonies of #CEB936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB936

Black with #CEB936

Text Example


Text Example

White with #CEB936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB936; }

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

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

background-color css

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

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

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

border-color css

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

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

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