Html Css Color HEX #CEB646 Old Gold

📋 copy color: '#CEB646'

red 206 ◦ green 182 ◦ blue 70

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

Shades of Old Gold #CEB646

Tints of Old Gold #CEB646

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.74%

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

R = 44.98%
G = 39.74%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEB646 (or 0xCEB646) is known color: Old Gold. HEX triplet: CE, B6 and 46. RGB value is (206,182,70). Sum of RGB (Red+Green+Blue) = 206+182+70=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB646 is #3149B9. Grayscale: #B0B0B0. Windows color (decimal): -3230138 or 4634318. OLE color: 4634318.

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

Color convert

RGB 206 182 70 -
CMYK 0 0.12 0.66 0.19
HSL 49.41º 0.58% 0.54% -
HSV(B) 49.41º 0.66% 0.81% -
XYZ 43.29 47.02 12.59 -
YUV 176.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 206 182 70 0 0.12 0.66 0.19 49.41 0.58 0.54
Hex CE B6 46 0 C 42 13 31 3A 36
Octal 316 266 106 0 14 102 23 61 72 66
Binary 11001110 10110110 1000110 0 1100 1000010 10011 110001 111010 110110

Color Harmonies of #CEB646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB646

Black with #CEB646

Text Example


Text Example

White with #CEB646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB646; }

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

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

background-color css

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

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

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

border-color css

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

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

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