Html Css Color HEX #DED771 Goldenrod

📋 copy color: '#DED771'

red 222 ◦ green 215 ◦ blue 113

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

Shades of Goldenrod #DED771

Tints of Goldenrod #DED771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.09%

 BLUE value IS 113 (44.53% from 255) = 20.55%

R = 40.36%
G = 39.09%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DED771 (or 0xDED771) is known color: Goldenrod. HEX triplet: DE, D7 and 71. RGB value is (222,215,113). Sum of RGB (Red+Green+Blue) = 222+215+113=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DED771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED771 is #21288E. Grayscale: #CDCDCD. Windows color (decimal): -2173071 or 7460830. OLE color: 7460830.

HSL color Cylindrical-coordinate representation of color #DED771: hue angle of 56.15º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DED771 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 215 113 -
CMYK 0 0.03 0.49 0.13
HSL 56.15º 0.62% 0.66% -
HSV(B) 56.15º 0.49% 0.87% -
XYZ 57.41 65.32 25.21 -
YUV 205.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 222 215 113 0 0.03 0.49 0.13 56.15 0.62 0.66
Hex DE D7 71 0 3 31 D 38 3E 42
Octal 336 327 161 0 3 61 15 70 76 102
Binary 11011110 11010111 1110001 0 11 110001 1101 111000 111110 1000010

Color Harmonies of #DED771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED771

Black with #DED771

Text Example


Text Example

White with #DED771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED771; }

 p { color: rgb(222,215,113); }

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

background-color css

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

 a { background-color: rgb(222,215,113); }

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

border-color css

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

 span { border-color: rgb(222,215,113); }

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