Html Css Color HEX #CEB948 Old Gold

📋 copy color: '#CEB948'

red 206 ◦ green 185 ◦ blue 72

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

Shades of Old Gold #CEB948

Tints of Old Gold #CEB948

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

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

R = 44.49%
G = 39.96%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEB948 (or 0xCEB948) is known color: Old Gold. HEX triplet: CE, B9 and 48. RGB value is (206,185,72). Sum of RGB (Red+Green+Blue) = 206+185+72=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB948 is #3146B7. Grayscale: #B2B2B2. Windows color (decimal): -3229368 or 4766158. OLE color: 4766158.

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

Color convert

RGB 206 185 72 -
CMYK 0 0.10 0.65 0.19
HSL 50.6º 0.58% 0.55% -
HSV(B) 50.6º 0.65% 0.81% -
XYZ 43.97 48.29 13.13 -
YUV 178.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 206 185 72 0 0.10 0.65 0.19 50.6 0.58 0.55
Hex CE B9 48 0 A 41 13 33 3A 37
Octal 316 271 110 0 12 101 23 63 72 67
Binary 11001110 10111001 1001000 0 1010 1000001 10011 110011 111010 110111

Color Harmonies of #CEB948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB948

Black with #CEB948

Text Example


Text Example

White with #CEB948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB948; }

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

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

background-color css

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

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

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

border-color css

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

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

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