Html Css Color HEX #CEB649 Old Gold

📋 copy color: '#CEB649'

red 206 ◦ green 182 ◦ blue 73

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

Shades of Old Gold #CEB649

Tints of Old Gold #CEB649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 44.69%
G = 39.48%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEB649 (or 0xCEB649) is known color: Old Gold. HEX triplet: CE, B6 and 49. RGB value is (206,182,73). Sum of RGB (Red+Green+Blue) = 206+182+73=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB649 is #3149B6. Grayscale: #B1B1B1. Windows color (decimal): -3230135 or 4830926. OLE color: 4830926.

HSL color Cylindrical-coordinate representation of color #CEB649: hue angle of 49.17º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEB649 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 73 -
CMYK 0 0.12 0.65 0.19
HSL 49.17º 0.58% 0.55% -
HSV(B) 49.17º 0.65% 0.81% -
XYZ 43.38 47.06 13.1 -
YUV 176.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 206 182 73 0 0.12 0.65 0.19 49.17 0.58 0.55
Hex CE B6 49 0 C 41 13 31 3A 37
Octal 316 266 111 0 14 101 23 61 72 67
Binary 11001110 10110110 1001001 0 1100 1000001 10011 110001 111010 110111

Color Harmonies of #CEB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB649

Black with #CEB649

Text Example


Text Example

White with #CEB649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB649; }

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

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

background-color css

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

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

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

border-color css

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

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

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