Html Css Color HEX #CEB534 Old Gold

📋 copy color: '#CEB534'

red 206 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #CEB534

Tints of Old Gold #CEB534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 46.92%
G = 41.23%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEB534 (or 0xCEB534) is known color: Old Gold. HEX triplet: CE, B5 and 34. RGB value is (206,181,52). Sum of RGB (Red+Green+Blue) = 206+181+52=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB534 is #314ACB. Grayscale: #AEAEAE. Windows color (decimal): -3230412 or 3454414. OLE color: 3454414.

HSL color Cylindrical-coordinate representation of color #CEB534: hue angle of 50.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEB534 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 52 -
CMYK 0 0.12 0.75 0.19
HSL 50.26º 0.61% 0.51% -
HSV(B) 50.26º 0.75% 0.81% -
XYZ 42.6 46.42 9.96 -
YUV 173.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 206 181 52 0 0.12 0.75 0.19 50.26 0.61 0.51
Hex CE B5 34 0 C 4B 13 32 3D 33
Octal 316 265 64 0 14 113 23 62 75 63
Binary 11001110 10110101 110100 0 1100 1001011 10011 110010 111101 110011

Color Harmonies of #CEB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB534

Black with #CEB534

Text Example


Text Example

White with #CEB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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