Html Css Color HEX #DED871 Goldenrod

📋 copy color: '#DED871'

red 222 ◦ green 216 ◦ blue 113

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

Shades of Goldenrod #DED871

Tints of Goldenrod #DED871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.2%

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

R = 40.29%
G = 39.2%
B = 20.51%

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

#DED871 (or 0xDED871) is known color: Goldenrod. HEX triplet: DE, D8 and 71. RGB value is (222,216,113). Sum of RGB (Red+Green+Blue) = 222+216+113=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DED871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED871 is #21278E. Grayscale: #CECECE. Windows color (decimal): -2172815 or 7461086. OLE color: 7461086.

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

Color convert

RGB 222 216 113 -
CMYK 0 0.03 0.49 0.13
HSL 56.7º 0.62% 0.66% -
HSV(B) 56.7º 0.49% 0.87% -
XYZ 57.66 65.83 25.29 -
YUV 206.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 222 216 113 0 0.03 0.49 0.13 56.7 0.62 0.66
Hex DE D8 71 0 3 31 D 39 3E 42
Octal 336 330 161 0 3 61 15 71 76 102
Binary 11011110 11011000 1110001 0 11 110001 1101 111001 111110 1000010

Color Harmonies of #DED871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED871

Black with #DED871

Text Example


Text Example

White with #DED871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED871; }

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

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

background-color css

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

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

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

border-color css

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

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

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