Html Css Color HEX #DED366 Goldenrod

📋 copy color: '#DED366'

red 222 ◦ green 211 ◦ blue 102

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

Shades of Goldenrod #DED366

Tints of Goldenrod #DED366

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.44%

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

R = 41.5%
G = 39.44%
B = 19.07%

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

#DED366 (or 0xDED366) is known color: Goldenrod. HEX triplet: DE, D3 and 66. RGB value is (222,211,102). Sum of RGB (Red+Green+Blue) = 222+211+102=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DED366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED366 is #212C99. Grayscale: #CACACA. Windows color (decimal): -2174106 or 6738910. OLE color: 6738910.

HSL color Cylindrical-coordinate representation of color #DED366: hue angle of 54.5º 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 #DED366 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 102 -
CMYK 0 0.05 0.54 0.13
HSL 54.5º 0.65% 0.64% -
HSV(B) 54.5º 0.54% 0.87% -
XYZ 55.82 63.08 21.8 -
YUV 201.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 222 211 102 0 0.05 0.54 0.13 54.5 0.65 0.64
Hex DE D3 66 0 5 36 D 36 41 40
Octal 336 323 146 0 5 66 15 66 101 100
Binary 11011110 11010011 1100110 0 101 110110 1101 110110 1000001 1000000

Color Harmonies of #DED366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED366

Black with #DED366

Text Example


Text Example

White with #DED366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED366; }

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

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

background-color css

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

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

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

border-color css

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

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

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