Html Css Color HEX #CEB548 Old Gold

📋 copy color: '#CEB548'

red 206 ◦ green 181 ◦ blue 72

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

Shades of Old Gold #CEB548

Tints of Old Gold #CEB548

RGB

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

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

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

R = 44.88%
G = 39.43%
B = 15.69%

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

#CEB548 (or 0xCEB548) is known color: Old Gold. HEX triplet: CE, B5 and 48. RGB value is (206,181,72). Sum of RGB (Red+Green+Blue) = 206+181+72=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB548 is #314AB7. Grayscale: #B0B0B0. Windows color (decimal): -3230392 or 4765134. OLE color: 4765134.

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

Color convert

RGB 206 181 72 -
CMYK 0 0.12 0.65 0.19
HSL 48.81º 0.58% 0.55% -
HSV(B) 48.81º 0.65% 0.81% -
XYZ 43.15 46.64 12.86 -
YUV 176.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 206 181 72 0 0.12 0.65 0.19 48.81 0.58 0.55
Hex CE B5 48 0 C 41 13 31 3A 37
Octal 316 265 110 0 14 101 23 61 72 67
Binary 11001110 10110101 1001000 0 1100 1000001 10011 110001 111010 110111

Color Harmonies of #CEB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB548

Black with #CEB548

Text Example


Text Example

White with #CEB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB548; }

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

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

background-color css

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

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

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

border-color css

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

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

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