Html Css Color HEX #CEB444 Old Gold

📋 copy color: '#CEB444'

red 206 ◦ green 180 ◦ blue 68

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

Shades of Old Gold #CEB444

Tints of Old Gold #CEB444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

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

R = 45.37%
G = 39.65%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB444 (or 0xCEB444) is known color: Old Gold. HEX triplet: CE, B4 and 44. RGB value is (206,180,68). Sum of RGB (Red+Green+Blue) = 206+180+68=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB444 is #314BBB. Grayscale: #AFAFAF. Windows color (decimal): -3230652 or 4502734. OLE color: 4502734.

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

Color convert

RGB 206 180 68 -
CMYK 0 0.13 0.67 0.19
HSL 48.7º 0.58% 0.54% -
HSV(B) 48.7º 0.67% 0.81% -
XYZ 42.82 46.18 12.13 -
YUV 175.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 206 180 68 0 0.13 0.67 0.19 48.7 0.58 0.54
Hex CE B4 44 0 D 43 13 31 3A 36
Octal 316 264 104 0 15 103 23 61 72 66
Binary 11001110 10110100 1000100 0 1101 1000011 10011 110001 111010 110110

Color Harmonies of #CEB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB444

Black with #CEB444

Text Example


Text Example

White with #CEB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB444; }

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

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

background-color css

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

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

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

border-color css

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

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

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