Html Css Color HEX #DED76A Goldenrod

📋 copy color: '#DED76A'

red 222 ◦ green 215 ◦ blue 106

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

Shades of Goldenrod #DED76A

Tints of Goldenrod #DED76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.52%

R = 40.88%
G = 39.59%
B = 19.52%

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

#DED76A (or 0xDED76A) is known color: Goldenrod. HEX triplet: DE, D7 and 6A. RGB value is (222,215,106). Sum of RGB (Red+Green+Blue) = 222+215+106=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DED76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED76A is #212895. Grayscale: #CDCDCD. Windows color (decimal): -2173078 or 7002078. OLE color: 7002078.

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

Color convert

RGB 222 215 106 -
CMYK 0 0.03 0.52 0.13
HSL 56.38º 0.64% 0.64% -
HSV(B) 56.38º 0.52% 0.87% -
XYZ 57.03 65.17 23.21 -
YUV 204.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 222 215 106 0 0.03 0.52 0.13 56.38 0.64 0.64
Hex DE D7 6A 0 3 34 D 38 40 40
Octal 336 327 152 0 3 64 15 70 100 100
Binary 11011110 11010111 1101010 0 11 110100 1101 111000 1000000 1000000

Color Harmonies of #DED76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED76A

Black with #DED76A

Text Example


Text Example

White with #DED76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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