Html Css Color HEX #CEAD40 Old Gold

📋 copy color: '#CEAD40'

red 206 ◦ green 173 ◦ blue 64

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

Shades of Old Gold #CEAD40

Tints of Old Gold #CEAD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.05%

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

R = 46.5%
G = 39.05%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEAD40 (or 0xCEAD40) is known color: Old Gold. HEX triplet: CE, AD and 40. RGB value is (206,173,64). Sum of RGB (Red+Green+Blue) = 206+173+64=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD40 is #3152BF. Grayscale: #AAAAAA. Windows color (decimal): -3232448 or 4238798. OLE color: 4238798.

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

Color convert

RGB 206 173 64 -
CMYK 0 0.16 0.69 0.19
HSL 46.06º 0.59% 0.53% -
HSV(B) 46.06º 0.69% 0.81% -
XYZ 41.32 43.38 11.05 -
YUV 170.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 206 173 64 0 0.16 0.69 0.19 46.06 0.59 0.53
Hex CE AD 40 0 10 45 13 2E 3B 35
Octal 316 255 100 0 20 105 23 56 73 65
Binary 11001110 10101101 1000000 0 10000 1000101 10011 101110 111011 110101

Color Harmonies of #CEAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD40

Black with #CEAD40

Text Example


Text Example

White with #CEAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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