Html Css Color HEX #CEB449 Old Gold

📋 copy color: '#CEB449'

red 206 ◦ green 180 ◦ blue 73

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

Shades of Old Gold #CEB449

Tints of Old Gold #CEB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.22%

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

R = 44.88%
G = 39.22%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEB449 (or 0xCEB449) is known color: Old Gold. HEX triplet: CE, B4 and 49. RGB value is (206,180,73). Sum of RGB (Red+Green+Blue) = 206+180+73=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB449 is #314BB6. Grayscale: #B0B0B0. Windows color (decimal): -3230647 or 4830414. OLE color: 4830414.

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

Color convert

RGB 206 180 73 -
CMYK 0 0.13 0.65 0.19
HSL 48.27º 0.58% 0.55% -
HSV(B) 48.27º 0.65% 0.81% -
XYZ 42.98 46.25 12.96 -
YUV 175.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 206 180 73 0 0.13 0.65 0.19 48.27 0.58 0.55
Hex CE B4 49 0 D 41 13 30 3A 37
Octal 316 264 111 0 15 101 23 60 72 67
Binary 11001110 10110100 1001001 0 1101 1000001 10011 110000 111010 110111

Color Harmonies of #CEB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB449

Black with #CEB449

Text Example


Text Example

White with #CEB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB449; }

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

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

background-color css

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

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

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

border-color css

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

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

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