Html Css Color HEX #CEBB48 Old Gold

📋 copy color: '#CEBB48'

red 206 ◦ green 187 ◦ blue 72

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

Shades of Old Gold #CEBB48

Tints of Old Gold #CEBB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.48%

R = 44.3%
G = 40.22%
B = 15.48%

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

#CEBB48 (or 0xCEBB48) is known color: Old Gold. HEX triplet: CE, BB and 48. RGB value is (206,187,72). Sum of RGB (Red+Green+Blue) = 206+187+72=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB48 is #3144B7. Grayscale: #B4B4B4. Windows color (decimal): -3228856 or 4766670. OLE color: 4766670.

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

Color convert

RGB 206 187 72 -
CMYK 0 0.09 0.65 0.19
HSL 51.49º 0.58% 0.55% -
HSV(B) 51.49º 0.65% 0.81% -
XYZ 44.39 49.13 13.27 -
YUV 179.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 206 187 72 0 0.09 0.65 0.19 51.49 0.58 0.55
Hex CE BB 48 0 9 41 13 33 3A 37
Octal 316 273 110 0 11 101 23 63 72 67
Binary 11001110 10111011 1001000 0 1001 1000001 10011 110011 111010 110111

Color Harmonies of #CEBB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB48

Black with #CEBB48

Text Example


Text Example

White with #CEBB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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