Html Css Color HEX #CEBB49 Old Gold

📋 copy color: '#CEBB49'

red 206 ◦ green 187 ◦ blue 73

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

Shades of Old Gold #CEBB49

Tints of Old Gold #CEBB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.13%

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

R = 44.21%
G = 40.13%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEBB49 (or 0xCEBB49) is known color: Old Gold. HEX triplet: CE, BB and 49. RGB value is (206,187,73). Sum of RGB (Red+Green+Blue) = 206+187+73=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB49 is #3144B6. Grayscale: #B4B4B4. Windows color (decimal): -3228855 or 4832206. OLE color: 4832206.

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

Color convert

RGB 206 187 73 -
CMYK 0 0.09 0.65 0.19
HSL 51.43º 0.58% 0.55% -
HSV(B) 51.43º 0.65% 0.81% -
XYZ 44.43 49.14 13.45 -
YUV 179.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 206 187 73 0 0.09 0.65 0.19 51.43 0.58 0.55
Hex CE BB 49 0 9 41 13 33 3A 37
Octal 316 273 111 0 11 101 23 63 72 67
Binary 11001110 10111011 1001001 0 1001 1000001 10011 110011 111010 110111

Color Harmonies of #CEBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB49

Black with #CEBB49

Text Example


Text Example

White with #CEBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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