Html Css Color HEX #DED773 Goldenrod

📋 copy color: '#DED773'

red 222 ◦ green 215 ◦ blue 115

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

Shades of Goldenrod #DED773

Tints of Goldenrod #DED773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.83%

R = 40.22%
G = 38.95%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DED773 (or 0xDED773) is known color: Goldenrod. HEX triplet: DE, D7 and 73. RGB value is (222,215,115). Sum of RGB (Red+Green+Blue) = 222+215+115=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 115 (45.31% from 255 or 20.83% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DED773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED773 is #21288C. Grayscale: #CECECE. Windows color (decimal): -2173069 or 7591902. OLE color: 7591902.

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

Color convert

RGB 222 215 115 -
CMYK 0 0.03 0.48 0.13
HSL 56.07º 0.62% 0.66% -
HSV(B) 56.07º 0.48% 0.87% -
XYZ 57.52 65.37 25.81 -
YUV 205.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 222 215 115 0 0.03 0.48 0.13 56.07 0.62 0.66
Hex DE D7 73 0 3 30 D 38 3E 42
Octal 336 327 163 0 3 60 15 70 76 102
Binary 11011110 11010111 1110011 0 11 110000 1101 111000 111110 1000010

Color Harmonies of #DED773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED773

Black with #DED773

Text Example


Text Example

White with #DED773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED773; }

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

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

background-color css

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

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

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

border-color css

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

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

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