Html Css Color HEX #DED86F Goldenrod

📋 copy color: '#DED86F'

red 222 ◦ green 216 ◦ blue 111

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

Shades of Goldenrod #DED86F

Tints of Goldenrod #DED86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.22%

R = 40.44%
G = 39.34%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DED86F (or 0xDED86F) is known color: Goldenrod. HEX triplet: DE, D8 and 6F. RGB value is (222,216,111). Sum of RGB (Red+Green+Blue) = 222+216+111=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED86F is #212790. Grayscale: #CECECE. Windows color (decimal): -2172817 or 7330014. OLE color: 7330014.

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

Color convert

RGB 222 216 111 -
CMYK 0 0.03 0.5 0.13
HSL 56.76º 0.63% 0.65% -
HSV(B) 56.76º 0.5% 0.87% -
XYZ 57.55 65.79 24.7 -
YUV 205.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 222 216 111 0 0.03 0.5 0.13 56.76 0.63 0.65
Hex DE D8 6F 0 3 32 D 39 3F 41
Octal 336 330 157 0 3 62 15 71 77 101
Binary 11011110 11011000 1101111 0 11 110010 1101 111001 111111 1000001

Color Harmonies of #DED86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED86F

Black with #DED86F

Text Example


Text Example

White with #DED86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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