Html Css Color HEX #CEB749 Old Gold

📋 copy color: '#CEB749'

red 206 ◦ green 183 ◦ blue 73

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

Shades of Old Gold #CEB749

Tints of Old Gold #CEB749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.61%

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

R = 44.59%
G = 39.61%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEB749 (or 0xCEB749) is known color: Old Gold. HEX triplet: CE, B7 and 49. RGB value is (206,183,73). Sum of RGB (Red+Green+Blue) = 206+183+73=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB749 is #3148B6. Grayscale: #B1B1B1. Windows color (decimal): -3229879 or 4831182. OLE color: 4831182.

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

Color convert

RGB 206 183 73 -
CMYK 0 0.11 0.65 0.19
HSL 49.62º 0.58% 0.55% -
HSV(B) 49.62º 0.65% 0.81% -
XYZ 43.59 47.47 13.17 -
YUV 177.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 206 183 73 0 0.11 0.65 0.19 49.62 0.58 0.55
Hex CE B7 49 0 B 41 13 32 3A 37
Octal 316 267 111 0 13 101 23 62 72 67
Binary 11001110 10110111 1001001 0 1011 1000001 10011 110010 111010 110111

Color Harmonies of #CEB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB749

Black with #CEB749

Text Example


Text Example

White with #CEB749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB749; }

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

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

background-color css

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

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

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

border-color css

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

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

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