Html Css Color HEX #CEB248 Old Gold

📋 copy color: '#CEB248'

red 206 ◦ green 178 ◦ blue 72

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

Shades of Old Gold #CEB248

Tints of Old Gold #CEB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.04%

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

R = 45.18%
G = 39.04%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEB248 (or 0xCEB248) is known color: Old Gold. HEX triplet: CE, B2 and 48. RGB value is (206,178,72). Sum of RGB (Red+Green+Blue) = 206+178+72=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB248 is #314DB7. Grayscale: #AEAEAE. Windows color (decimal): -3231160 or 4764366. OLE color: 4764366.

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

Color convert

RGB 206 178 72 -
CMYK 0 0.14 0.65 0.19
HSL 47.46º 0.58% 0.55% -
HSV(B) 47.46º 0.65% 0.81% -
XYZ 42.54 45.43 12.66 -
YUV 174.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 206 178 72 0 0.14 0.65 0.19 47.46 0.58 0.55
Hex CE B2 48 0 E 41 13 2F 3A 37
Octal 316 262 110 0 16 101 23 57 72 67
Binary 11001110 10110010 1001000 0 1110 1000001 10011 101111 111010 110111

Color Harmonies of #CEB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB248

Black with #CEB248

Text Example


Text Example

White with #CEB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB248; }

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

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

background-color css

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

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

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

border-color css

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

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

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