Html Css Color HEX #CEB944 Old Gold

📋 copy color: '#CEB944'

red 206 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #CEB944

Tints of Old Gold #CEB944

RGB

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

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

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

R = 44.88%
G = 40.31%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB944 (or 0xCEB944) is known color: Old Gold. HEX triplet: CE, B9 and 44. RGB value is (206,185,68). Sum of RGB (Red+Green+Blue) = 206+185+68=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB944 is #3146BB. Grayscale: #B2B2B2. Windows color (decimal): -3229372 or 4504014. OLE color: 4504014.

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

Color convert

RGB 206 185 68 -
CMYK 0 0.10 0.67 0.19
HSL 50.87º 0.58% 0.54% -
HSV(B) 50.87º 0.67% 0.81% -
XYZ 43.85 48.24 12.47 -
YUV 177.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 206 185 68 0 0.10 0.67 0.19 50.87 0.58 0.54
Hex CE B9 44 0 A 43 13 33 3A 36
Octal 316 271 104 0 12 103 23 63 72 66
Binary 11001110 10111001 1000100 0 1010 1000011 10011 110011 111010 110110

Color Harmonies of #CEB944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB944

Black with #CEB944

Text Example


Text Example

White with #CEB944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB944; }

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

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

background-color css

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

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

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

border-color css

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

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

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