Html Css Color HEX #CEB244 Old Gold

📋 copy color: '#CEB244'

red 206 ◦ green 178 ◦ blue 68

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

Shades of Old Gold #CEB244

Tints of Old Gold #CEB244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.04%

R = 45.58%
G = 39.38%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB244 (or 0xCEB244) is known color: Old Gold. HEX triplet: CE, B2 and 44. RGB value is (206,178,68). Sum of RGB (Red+Green+Blue) = 206+178+68=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB244 is #314DBB. Grayscale: #AEAEAE. Windows color (decimal): -3231164 or 4502222. OLE color: 4502222.

HSL color Cylindrical-coordinate representation of color #CEB244: hue angle of 47.83º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEB244 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 68 -
CMYK 0 0.14 0.67 0.19
HSL 47.83º 0.58% 0.54% -
HSV(B) 47.83º 0.67% 0.81% -
XYZ 42.42 45.38 11.99 -
YUV 173.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 206 178 68 0 0.14 0.67 0.19 47.83 0.58 0.54
Hex CE B2 44 0 E 43 13 30 3A 36
Octal 316 262 104 0 16 103 23 60 72 66
Binary 11001110 10110010 1000100 0 1110 1000011 10011 110000 111010 110110

Color Harmonies of #CEB244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB244

Black with #CEB244

Text Example


Text Example

White with #CEB244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB244; }

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

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

background-color css

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

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

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

border-color css

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

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

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