Html Css Color HEX #CEB144 Old Gold

📋 copy color: '#CEB144'

red 206 ◦ green 177 ◦ blue 68

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

Shades of Old Gold #CEB144

Tints of Old Gold #CEB144

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.25%

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

R = 45.68%
G = 39.25%
B = 15.08%

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

#CEB144 (or 0xCEB144) is known color: Old Gold. HEX triplet: CE, B1 and 44. RGB value is (206,177,68). Sum of RGB (Red+Green+Blue) = 206+177+68=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB144 is #314EBB. Grayscale: #ADADAD. Windows color (decimal): -3231420 or 4501966. OLE color: 4501966.

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

Color convert

RGB 206 177 68 -
CMYK 0 0.14 0.67 0.19
HSL 47.39º 0.58% 0.54% -
HSV(B) 47.39º 0.67% 0.81% -
XYZ 42.22 44.98 11.93 -
YUV 173.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 206 177 68 0 0.14 0.67 0.19 47.39 0.58 0.54
Hex CE B1 44 0 E 43 13 2F 3A 36
Octal 316 261 104 0 16 103 23 57 72 66
Binary 11001110 10110001 1000100 0 1110 1000011 10011 101111 111010 110110

Color Harmonies of #CEB144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB144

Black with #CEB144

Text Example


Text Example

White with #CEB144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB144; }

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

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

background-color css

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

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

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

border-color css

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

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

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