Html Css Color HEX #CEB536 Old Gold

📋 copy color: '#CEB536'

red 206 ◦ green 181 ◦ blue 54

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

Shades of Old Gold #CEB536

Tints of Old Gold #CEB536

RGB

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

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

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

R = 46.71%
G = 41.04%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEB536 (or 0xCEB536) is known color: Old Gold. HEX triplet: CE, B5 and 36. RGB value is (206,181,54). Sum of RGB (Red+Green+Blue) = 206+181+54=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB536 is #314AC9. Grayscale: #AEAEAE. Windows color (decimal): -3230410 or 3585486. OLE color: 3585486.

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

Color convert

RGB 206 181 54 -
CMYK 0 0.12 0.74 0.19
HSL 50.13º 0.61% 0.51% -
HSV(B) 50.13º 0.74% 0.81% -
XYZ 42.64 46.44 10.21 -
YUV 174 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 206 181 54 0 0.12 0.74 0.19 50.13 0.61 0.51
Hex CE B5 36 0 C 4A 13 32 3D 33
Octal 316 265 66 0 14 112 23 62 75 63
Binary 11001110 10110101 110110 0 1100 1001010 10011 110010 111101 110011

Color Harmonies of #CEB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB536

Black with #CEB536

Text Example


Text Example

White with #CEB536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB536; }

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

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

background-color css

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

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

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

border-color css

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

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

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