Html Css Color HEX #DED86B Goldenrod

📋 copy color: '#DED86B'

red 222 ◦ green 216 ◦ blue 107

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

Shades of Goldenrod #DED86B

Tints of Goldenrod #DED86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.63%

R = 40.73%
G = 39.63%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DED86B (or 0xDED86B) is known color: Goldenrod. HEX triplet: DE, D8 and 6B. RGB value is (222,216,107). Sum of RGB (Red+Green+Blue) = 222+216+107=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DED86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED86B is #212794. Grayscale: #CDCDCD. Windows color (decimal): -2172821 or 7067870. OLE color: 7067870.

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

Color convert

RGB 222 216 107 -
CMYK 0 0.03 0.52 0.13
HSL 56.87º 0.64% 0.65% -
HSV(B) 56.87º 0.52% 0.87% -
XYZ 57.33 65.7 23.57 -
YUV 205.37 72.49 139.86 -
System Red Green Blue C M Y K H S L
Decimal 222 216 107 0 0.03 0.52 0.13 56.87 0.64 0.65
Hex DE D8 6B 0 3 34 D 39 40 41
Octal 336 330 153 0 3 64 15 71 100 101
Binary 11011110 11011000 1101011 0 11 110100 1101 111001 1000000 1000001

Color Harmonies of #DED86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED86B

Black with #DED86B

Text Example


Text Example

White with #DED86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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