Html Css Color HEX #CEB446 Old Gold

📋 copy color: '#CEB446'

red 206 ◦ green 180 ◦ blue 70

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

Shades of Old Gold #CEB446

Tints of Old Gold #CEB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.47%

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

R = 45.18%
G = 39.47%
B = 15.35%

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

#CEB446 (or 0xCEB446) is known color: Old Gold. HEX triplet: CE, B4 and 46. RGB value is (206,180,70). Sum of RGB (Red+Green+Blue) = 206+180+70=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB446 is #314BB9. Grayscale: #AFAFAF. Windows color (decimal): -3230650 or 4633806. OLE color: 4633806.

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

Color convert

RGB 206 180 70 -
CMYK 0 0.13 0.66 0.19
HSL 48.53º 0.58% 0.54% -
HSV(B) 48.53º 0.66% 0.81% -
XYZ 42.88 46.21 12.45 -
YUV 175.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 206 180 70 0 0.13 0.66 0.19 48.53 0.58 0.54
Hex CE B4 46 0 D 42 13 31 3A 36
Octal 316 264 106 0 15 102 23 61 72 66
Binary 11001110 10110100 1000110 0 1101 1000010 10011 110001 111010 110110

Color Harmonies of #CEB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB446

Black with #CEB446

Text Example


Text Example

White with #CEB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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