Html Css Color HEX #CEB946 Old Gold

📋 copy color: '#CEB946'

red 206 ◦ green 185 ◦ blue 70

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

Shades of Old Gold #CEB946

Tints of Old Gold #CEB946

RGB

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

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

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

R = 44.69%
G = 40.13%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEB946 (or 0xCEB946) is known color: Old Gold. HEX triplet: CE, B9 and 46. RGB value is (206,185,70). Sum of RGB (Red+Green+Blue) = 206+185+70=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB946 is #3146B9. Grayscale: #B2B2B2. Windows color (decimal): -3229370 or 4635086. OLE color: 4635086.

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

Color convert

RGB 206 185 70 -
CMYK 0 0.10 0.66 0.19
HSL 50.74º 0.58% 0.54% -
HSV(B) 50.74º 0.66% 0.81% -
XYZ 43.91 48.26 12.8 -
YUV 178.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 206 185 70 0 0.10 0.66 0.19 50.74 0.58 0.54
Hex CE B9 46 0 A 42 13 33 3A 36
Octal 316 271 106 0 12 102 23 63 72 66
Binary 11001110 10111001 1000110 0 1010 1000010 10011 110011 111010 110110

Color Harmonies of #CEB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB946

Black with #CEB946

Text Example


Text Example

White with #CEB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB946; }

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

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

background-color css

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

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

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

border-color css

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

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

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