Html Css Color HEX #CEB847 Old Gold

📋 copy color: '#CEB847'

red 206 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #CEB847

Tints of Old Gold #CEB847

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

 BLUE value IS 71 (28.13% from 255) = 15.4%

R = 44.69%
G = 39.91%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEB847 (or 0xCEB847) is known color: Old Gold. HEX triplet: CE, B8 and 47. RGB value is (206,184,71). Sum of RGB (Red+Green+Blue) = 206+184+71=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB847 is #3147B8. Grayscale: #B2B2B2. Windows color (decimal): -3229625 or 4700366. OLE color: 4700366.

HSL color Cylindrical-coordinate representation of color #CEB847: hue angle of 50.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEB847 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 184 71 -
CMYK 0 0.11 0.66 0.19
HSL 50.22º 0.58% 0.54% -
HSV(B) 50.22º 0.66% 0.81% -
XYZ 43.73 47.86 12.89 -
YUV 177.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 206 184 71 0 0.11 0.66 0.19 50.22 0.58 0.54
Hex CE B8 47 0 B 42 13 32 3A 36
Octal 316 270 107 0 13 102 23 62 72 66
Binary 11001110 10111000 1000111 0 1011 1000010 10011 110010 111010 110110

Color Harmonies of #CEB847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB847

Black with #CEB847

Text Example


Text Example

White with #CEB847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB847; }

 p { color: rgb(206,184,71); }

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

background-color css

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

 a { background-color: rgb(206,184,71); }

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

border-color css

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

 span { border-color: rgb(206,184,71); }

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