Html Css Color HEX #CEB844 Old Gold

📋 copy color: '#CEB844'

red 206 ◦ green 184 ◦ blue 68

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

Shades of Old Gold #CEB844

Tints of Old Gold #CEB844

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.17%

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

R = 44.98%
G = 40.17%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB844 (or 0xCEB844) is known color: Old Gold. HEX triplet: CE, B8 and 44. RGB value is (206,184,68). Sum of RGB (Red+Green+Blue) = 206+184+68=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB844 is #3147BB. Grayscale: #B1B1B1. Windows color (decimal): -3229628 or 4503758. OLE color: 4503758.

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

Color convert

RGB 206 184 68 -
CMYK 0 0.11 0.67 0.19
HSL 50.43º 0.58% 0.54% -
HSV(B) 50.43º 0.67% 0.81% -
XYZ 43.64 47.82 12.4 -
YUV 177.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 206 184 68 0 0.11 0.67 0.19 50.43 0.58 0.54
Hex CE B8 44 0 B 43 13 32 3A 36
Octal 316 270 104 0 13 103 23 62 72 66
Binary 11001110 10111000 1000100 0 1011 1000011 10011 110010 111010 110110

Color Harmonies of #CEB844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB844

Black with #CEB844

Text Example


Text Example

White with #CEB844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB844; }

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

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

background-color css

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

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

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

border-color css

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

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

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