Html Css Color HEX #CEB347 Old Gold

📋 copy color: '#CEB347'

red 206 ◦ green 179 ◦ blue 71

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

Shades of Old Gold #CEB347

Tints of Old Gold #CEB347

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

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

R = 45.18%
G = 39.25%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEB347 (or 0xCEB347) is known color: Old Gold. HEX triplet: CE, B3 and 47. RGB value is (206,179,71). Sum of RGB (Red+Green+Blue) = 206+179+71=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB347 is #314CB8. Grayscale: #AFAFAF. Windows color (decimal): -3230905 or 4699086. OLE color: 4699086.

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

Color convert

RGB 206 179 71 -
CMYK 0 0.13 0.66 0.19
HSL 48º 0.58% 0.54% -
HSV(B) 48º 0.66% 0.81% -
XYZ 42.71 45.82 12.55 -
YUV 174.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 206 179 71 0 0.13 0.66 0.19 48 0.58 0.54
Hex CE B3 47 0 D 42 13 30 3A 36
Octal 316 263 107 0 15 102 23 60 72 66
Binary 11001110 10110011 1000111 0 1101 1000010 10011 110000 111010 110110

Color Harmonies of #CEB347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB347

Black with #CEB347

Text Example


Text Example

White with #CEB347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB347; }

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

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

background-color css

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

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

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

border-color css

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

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

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