Html Css Color HEX #CEB246 Old Gold

📋 copy color: '#CEB246'

red 206 ◦ green 178 ◦ blue 70

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

Shades of Old Gold #CEB246

Tints of Old Gold #CEB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

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

R = 45.37%
G = 39.21%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEB246 (or 0xCEB246) is known color: Old Gold. HEX triplet: CE, B2 and 46. RGB value is (206,178,70). Sum of RGB (Red+Green+Blue) = 206+178+70=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB246 is #314DB9. Grayscale: #AEAEAE. Windows color (decimal): -3231162 or 4633294. OLE color: 4633294.

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

Color convert

RGB 206 178 70 -
CMYK 0 0.14 0.66 0.19
HSL 47.65º 0.58% 0.54% -
HSV(B) 47.65º 0.66% 0.81% -
XYZ 42.48 45.4 12.32 -
YUV 174.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 206 178 70 0 0.14 0.66 0.19 47.65 0.58 0.54
Hex CE B2 46 0 E 42 13 30 3A 36
Octal 316 262 106 0 16 102 23 60 72 66
Binary 11001110 10110010 1000110 0 1110 1000010 10011 110000 111010 110110

Color Harmonies of #CEB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB246

Black with #CEB246

Text Example


Text Example

White with #CEB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB246; }

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

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

background-color css

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

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

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

border-color css

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

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

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