Html Css Color HEX #CEB647 Old Gold

📋 copy color: '#CEB647'

red 206 ◦ green 182 ◦ blue 71

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

Shades of Old Gold #CEB647

Tints of Old Gold #CEB647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.47%

R = 44.88%
G = 39.65%
B = 15.47%

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

#CEB647 (or 0xCEB647) is known color: Old Gold. HEX triplet: CE, B6 and 47. RGB value is (206,182,71). Sum of RGB (Red+Green+Blue) = 206+182+71=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB647 is #3149B8. Grayscale: #B0B0B0. Windows color (decimal): -3230137 or 4699854. OLE color: 4699854.

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

Color convert

RGB 206 182 71 -
CMYK 0 0.12 0.66 0.19
HSL 49.33º 0.58% 0.54% -
HSV(B) 49.33º 0.66% 0.81% -
XYZ 43.32 47.03 12.76 -
YUV 176.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 206 182 71 0 0.12 0.66 0.19 49.33 0.58 0.54
Hex CE B6 47 0 C 42 13 31 3A 36
Octal 316 266 107 0 14 102 23 61 72 66
Binary 11001110 10110110 1000111 0 1100 1000010 10011 110001 111010 110110

Color Harmonies of #CEB647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB647

Black with #CEB647

Text Example


Text Example

White with #CEB647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB647; }

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

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

background-color css

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

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

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

border-color css

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

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

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