Html Css Color HEX #CEB846 Old Gold

📋 copy color: '#CEB846'

red 206 ◦ green 184 ◦ blue 70

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

Shades of Old Gold #CEB846

Tints of Old Gold #CEB846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.22%

R = 44.78%
G = 40%
B = 15.22%

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

#CEB846 (or 0xCEB846) is known color: Old Gold. HEX triplet: CE, B8 and 46. RGB value is (206,184,70). Sum of RGB (Red+Green+Blue) = 206+184+70=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB846 is #3147B9. Grayscale: #B2B2B2. Windows color (decimal): -3229626 or 4634830. OLE color: 4634830.

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

Color convert

RGB 206 184 70 -
CMYK 0 0.11 0.66 0.19
HSL 50.29º 0.58% 0.54% -
HSV(B) 50.29º 0.66% 0.81% -
XYZ 43.7 47.84 12.73 -
YUV 177.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 206 184 70 0 0.11 0.66 0.19 50.29 0.58 0.54
Hex CE B8 46 0 B 42 13 32 3A 36
Octal 316 270 106 0 13 102 23 62 72 66
Binary 11001110 10111000 1000110 0 1011 1000010 10011 110010 111010 110110

Color Harmonies of #CEB846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB846

Black with #CEB846

Text Example


Text Example

White with #CEB846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB846; }

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

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

background-color css

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

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

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

border-color css

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

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

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