Html Css Color HEX #DED76D Goldenrod

📋 copy color: '#DED76D'

red 222 ◦ green 215 ◦ blue 109

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

Shades of Goldenrod #DED76D

Tints of Goldenrod #DED76D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.38%

 BLUE value IS 109 (42.97% from 255) = 19.96%

R = 40.66%
G = 39.38%
B = 19.96%

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

#DED76D (or 0xDED76D) is known color: Goldenrod. HEX triplet: DE, D7 and 6D. RGB value is (222,215,109). Sum of RGB (Red+Green+Blue) = 222+215+109=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DED76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED76D is #212892. Grayscale: #CDCDCD. Windows color (decimal): -2173075 or 7198686. OLE color: 7198686.

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

Color convert

RGB 222 215 109 -
CMYK 0 0.03 0.51 0.13
HSL 56.28º 0.63% 0.65% -
HSV(B) 56.28º 0.51% 0.87% -
XYZ 57.18 65.23 24.05 -
YUV 205.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 222 215 109 0 0.03 0.51 0.13 56.28 0.63 0.65
Hex DE D7 6D 0 3 33 D 38 3F 41
Octal 336 327 155 0 3 63 15 70 77 101
Binary 11011110 11010111 1101101 0 11 110011 1101 111000 111111 1000001

Color Harmonies of #DED76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED76D

Black with #DED76D

Text Example


Text Example

White with #DED76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED76D; }

 p { color: rgb(222,215,109); }

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

background-color css

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

 a { background-color: rgb(222,215,109); }

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

border-color css

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

 span { border-color: rgb(222,215,109); }

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