Html Css Color HEX #DED466 Goldenrod

📋 copy color: '#DED466'

red 222 ◦ green 212 ◦ blue 102

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

Shades of Goldenrod #DED466

Tints of Goldenrod #DED466

RGB

 RED value IS 222 (87.11% from 255) = 41.42%

 GREEN value IS 212 (83.2% from 255) = 39.55%

 BLUE value IS 102 (40.23% from 255) = 19.03%

R = 41.42%
G = 39.55%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DED466 (or 0xDED466) is known color: Goldenrod. HEX triplet: DE, D4 and 66. RGB value is (222,212,102). Sum of RGB (Red+Green+Blue) = 222+212+102=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DED466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED466 is #212B99. Grayscale: #CACACA. Windows color (decimal): -2173850 or 6739166. OLE color: 6739166.

HSL color Cylindrical-coordinate representation of color #DED466: hue angle of 55º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DED466 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 212 102 -
CMYK 0 0.05 0.54 0.13
HSL 55º 0.65% 0.64% -
HSV(B) 55º 0.54% 0.87% -
XYZ 56.07 63.58 21.89 -
YUV 202.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 222 212 102 0 0.05 0.54 0.13 55 0.65 0.64
Hex DE D4 66 0 5 36 D 37 41 40
Octal 336 324 146 0 5 66 15 67 101 100
Binary 11011110 11010100 1100110 0 101 110110 1101 110111 1000001 1000000

Color Harmonies of #DED466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED466

Black with #DED466

Text Example


Text Example

White with #DED466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED466; }

 p { color: rgb(222,212,102); }

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

background-color css

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

 a { background-color: rgb(222,212,102); }

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

border-color css

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

 span { border-color: rgb(222,212,102); }

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