Html Css Color HEX #DED869 Goldenrod

📋 copy color: '#DED869'

red 222 ◦ green 216 ◦ blue 105

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

Shades of Goldenrod #DED869

Tints of Goldenrod #DED869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.34%

R = 40.88%
G = 39.78%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DED869 (or 0xDED869) is known color: Goldenrod. HEX triplet: DE, D8 and 69. RGB value is (222,216,105). Sum of RGB (Red+Green+Blue) = 222+216+105=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DED869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED869 is #212796. Grayscale: #CDCDCD. Windows color (decimal): -2172823 or 6936798. OLE color: 6936798.

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

Color convert

RGB 222 216 105 -
CMYK 0 0.03 0.53 0.13
HSL 56.92º 0.64% 0.64% -
HSV(B) 56.92º 0.53% 0.87% -
XYZ 57.23 65.66 23.02 -
YUV 205.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 222 216 105 0 0.03 0.53 0.13 56.92 0.64 0.64
Hex DE D8 69 0 3 35 D 39 40 40
Octal 336 330 151 0 3 65 15 71 100 100
Binary 11011110 11011000 1101001 0 11 110101 1101 111001 1000000 1000000

Color Harmonies of #DED869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED869

Black with #DED869

Text Example


Text Example

White with #DED869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED869; }

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

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

background-color css

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

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

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

border-color css

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

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

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