Html Css Color HEX #CEB549 Old Gold

📋 copy color: '#CEB549'

red 206 ◦ green 181 ◦ blue 73

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

Shades of Old Gold #CEB549

Tints of Old Gold #CEB549

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.35%

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

R = 44.78%
G = 39.35%
B = 15.87%

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

#CEB549 (or 0xCEB549) is known color: Old Gold. HEX triplet: CE, B5 and 49. RGB value is (206,181,73). Sum of RGB (Red+Green+Blue) = 206+181+73=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB549 is #314AB6. Grayscale: #B0B0B0. Windows color (decimal): -3230391 or 4830670. OLE color: 4830670.

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

Color convert

RGB 206 181 73 -
CMYK 0 0.12 0.65 0.19
HSL 48.72º 0.58% 0.55% -
HSV(B) 48.72º 0.65% 0.81% -
XYZ 43.18 46.65 13.03 -
YUV 176.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 206 181 73 0 0.12 0.65 0.19 48.72 0.58 0.55
Hex CE B5 49 0 C 41 13 31 3A 37
Octal 316 265 111 0 14 101 23 61 72 67
Binary 11001110 10110101 1001001 0 1100 1000001 10011 110001 111010 110111

Color Harmonies of #CEB549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB549

Black with #CEB549

Text Example


Text Example

White with #CEB549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB549; }

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

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

background-color css

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

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

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

border-color css

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

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

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