Html Css Color HEX #CEB535 Old Gold

📋 copy color: '#CEB535'

red 206 ◦ green 181 ◦ blue 53

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

Shades of Old Gold #CEB535

Tints of Old Gold #CEB535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.05%

R = 46.82%
G = 41.14%
B = 12.05%

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

#CEB535 (or 0xCEB535) is known color: Old Gold. HEX triplet: CE, B5 and 35. RGB value is (206,181,53). Sum of RGB (Red+Green+Blue) = 206+181+53=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB535 is #314ACA. Grayscale: #AEAEAE. Windows color (decimal): -3230411 or 3519950. OLE color: 3519950.

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

Color convert

RGB 206 181 53 -
CMYK 0 0.12 0.74 0.19
HSL 50.2º 0.61% 0.51% -
HSV(B) 50.2º 0.74% 0.81% -
XYZ 42.62 46.43 10.08 -
YUV 173.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 206 181 53 0 0.12 0.74 0.19 50.2 0.61 0.51
Hex CE B5 35 0 C 4A 13 32 3D 33
Octal 316 265 65 0 14 112 23 62 75 63
Binary 11001110 10110101 110101 0 1100 1001010 10011 110010 111101 110011

Color Harmonies of #CEB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB535

Black with #CEB535

Text Example


Text Example

White with #CEB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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