Html Css Color HEX #CEB934 Old Gold

📋 copy color: '#CEB934'

red 206 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #CEB934

Tints of Old Gold #CEB934

RGB

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

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

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

R = 46.5%
G = 41.76%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEB934 (or 0xCEB934) is known color: Old Gold. HEX triplet: CE, B9 and 34. RGB value is (206,185,52). Sum of RGB (Red+Green+Blue) = 206+185+52=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB934 is #3146CB. Grayscale: #B0B0B0. Windows color (decimal): -3229388 or 3455438. OLE color: 3455438.

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

Color convert

RGB 206 185 52 -
CMYK 0 0.10 0.75 0.19
HSL 51.82º 0.61% 0.51% -
HSV(B) 51.82º 0.75% 0.81% -
XYZ 43.42 48.07 10.24 -
YUV 176.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 206 185 52 0 0.10 0.75 0.19 51.82 0.61 0.51
Hex CE B9 34 0 A 4B 13 34 3D 33
Octal 316 271 64 0 12 113 23 64 75 63
Binary 11001110 10111001 110100 0 1010 1001011 10011 110100 111101 110011

Color Harmonies of #CEB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB934

Black with #CEB934

Text Example


Text Example

White with #CEB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB934; }

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

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

background-color css

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

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

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

border-color css

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

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

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