Html Css Color HEX #DED86C Goldenrod

📋 copy color: '#DED86C'

red 222 ◦ green 216 ◦ blue 108

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

Shades of Goldenrod #DED86C

Tints of Goldenrod #DED86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.78%

R = 40.66%
G = 39.56%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DED86C (or 0xDED86C) is known color: Goldenrod. HEX triplet: DE, D8 and 6C. RGB value is (222,216,108). Sum of RGB (Red+Green+Blue) = 222+216+108=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DED86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED86C is #212793. Grayscale: #CDCDCD. Windows color (decimal): -2172820 or 7133406. OLE color: 7133406.

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

Color convert

RGB 222 216 108 -
CMYK 0 0.03 0.51 0.13
HSL 56.84º 0.63% 0.65% -
HSV(B) 56.84º 0.51% 0.87% -
XYZ 57.39 65.72 23.85 -
YUV 205.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 222 216 108 0 0.03 0.51 0.13 56.84 0.63 0.65
Hex DE D8 6C 0 3 33 D 39 3F 41
Octal 336 330 154 0 3 63 15 71 77 101
Binary 11011110 11011000 1101100 0 11 110011 1101 111001 111111 1000001

Color Harmonies of #DED86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED86C

Black with #DED86C

Text Example


Text Example

White with #DED86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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