Html Css Color HEX #CEB940 Old Gold

📋 copy color: '#CEB940'

red 206 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #CEB940

Tints of Old Gold #CEB940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 45.27%
G = 40.66%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEB940 (or 0xCEB940) is known color: Old Gold. HEX triplet: CE, B9 and 40. RGB value is (206,185,64). Sum of RGB (Red+Green+Blue) = 206+185+64=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB940 is #3146BF. Grayscale: #B1B1B1. Windows color (decimal): -3229376 or 4241870. OLE color: 4241870.

HSL color Cylindrical-coordinate representation of color #CEB940: hue angle of 51.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEB940 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 64 -
CMYK 0 0.10 0.69 0.19
HSL 51.13º 0.59% 0.53% -
HSV(B) 51.13º 0.69% 0.81% -
XYZ 43.73 48.19 11.85 -
YUV 177.49 63.96 148.34 -
System Red Green Blue C M Y K H S L
Decimal 206 185 64 0 0.10 0.69 0.19 51.13 0.59 0.53
Hex CE B9 40 0 A 45 13 33 3B 35
Octal 316 271 100 0 12 105 23 63 73 65
Binary 11001110 10111001 1000000 0 1010 1000101 10011 110011 111011 110101

Color Harmonies of #CEB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB940

Black with #CEB940

Text Example


Text Example

White with #CEB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB940; }

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

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

background-color css

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

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

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

border-color css

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

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

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