Html Css Color HEX #CEB540 Old Gold

📋 copy color: '#CEB540'

red 206 ◦ green 181 ◦ blue 64

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

Shades of Old Gold #CEB540

Tints of Old Gold #CEB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.13%

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

R = 45.68%
G = 40.13%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEB540 (or 0xCEB540) is known color: Old Gold. HEX triplet: CE, B5 and 40. RGB value is (206,181,64). Sum of RGB (Red+Green+Blue) = 206+181+64=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB540 is #314ABF. Grayscale: #AFAFAF. Windows color (decimal): -3230400 or 4240846. OLE color: 4240846.

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

Color convert

RGB 206 181 64 -
CMYK 0 0.12 0.69 0.19
HSL 49.44º 0.59% 0.53% -
HSV(B) 49.44º 0.69% 0.81% -
XYZ 42.9 46.54 11.57 -
YUV 175.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 206 181 64 0 0.12 0.69 0.19 49.44 0.59 0.53
Hex CE B5 40 0 C 45 13 31 3B 35
Octal 316 265 100 0 14 105 23 61 73 65
Binary 11001110 10110101 1000000 0 1100 1000101 10011 110001 111011 110101

Color Harmonies of #CEB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB540

Black with #CEB540

Text Example


Text Example

White with #CEB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB540; }

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

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

background-color css

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

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

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

border-color css

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

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

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