Html Css Color HEX #CEB945 Old Gold

📋 copy color: '#CEB945'

red 206 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #CEB945

Tints of Old Gold #CEB945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15%

R = 44.78%
G = 40.22%
B = 15%

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

#CEB945 (or 0xCEB945) is known color: Old Gold. HEX triplet: CE, B9 and 45. RGB value is (206,185,69). Sum of RGB (Red+Green+Blue) = 206+185+69=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB945 is #3146BA. Grayscale: #B2B2B2. Windows color (decimal): -3229371 or 4569550. OLE color: 4569550.

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

Color convert

RGB 206 185 69 -
CMYK 0 0.10 0.67 0.19
HSL 50.8º 0.58% 0.54% -
HSV(B) 50.8º 0.67% 0.81% -
XYZ 43.88 48.25 12.63 -
YUV 178.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 206 185 69 0 0.10 0.67 0.19 50.8 0.58 0.54
Hex CE B9 45 0 A 43 13 33 3A 36
Octal 316 271 105 0 12 103 23 63 72 66
Binary 11001110 10111001 1000101 0 1010 1000011 10011 110011 111010 110110

Color Harmonies of #CEB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB945

Black with #CEB945

Text Example


Text Example

White with #CEB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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