Html Css Color HEX #DED365 Goldenrod

📋 copy color: '#DED365'

red 222 ◦ green 211 ◦ blue 101

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

Shades of Goldenrod #DED365

Tints of Goldenrod #DED365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.91%

R = 41.57%
G = 39.51%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DED365 (or 0xDED365) is known color: Goldenrod. HEX triplet: DE, D3 and 65. RGB value is (222,211,101). Sum of RGB (Red+Green+Blue) = 222+211+101=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DED365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED365 is #212C9A. Grayscale: #CACACA. Windows color (decimal): -2174107 or 6673374. OLE color: 6673374.

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

Color convert

RGB 222 211 101 -
CMYK 0 0.05 0.55 0.13
HSL 54.55º 0.65% 0.63% -
HSV(B) 54.55º 0.55% 0.87% -
XYZ 55.77 63.06 21.54 -
YUV 201.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 222 211 101 0 0.05 0.55 0.13 54.55 0.65 0.63
Hex DE D3 65 0 5 37 D 37 41 3F
Octal 336 323 145 0 5 67 15 67 101 77
Binary 11011110 11010011 1100101 0 101 110111 1101 110111 1000001 111111

Color Harmonies of #DED365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED365

Black with #DED365

Text Example


Text Example

White with #DED365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED365; }

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

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

background-color css

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

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

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

border-color css

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

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

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