Html Css Color HEX #DDD773 Goldenrod

📋 copy color: '#DDD773'

red 221 ◦ green 215 ◦ blue 115

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

Shades of Goldenrod #DDD773

Tints of Goldenrod #DDD773

RGB

 RED value IS 221 (86.72% from 255) = 40.11%

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

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

R = 40.11%
G = 39.02%
B = 20.87%

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

#DDD773 (or 0xDDD773) is known color: Goldenrod. HEX triplet: DD, D7 and 73. RGB value is (221,215,115). Sum of RGB (Red+Green+Blue) = 221+215+115=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD773 is #22288C. Grayscale: #CDCDCD. Windows color (decimal): -2238605 or 7591901. OLE color: 7591901.

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

Color convert

RGB 221 215 115 -
CMYK 0 0.03 0.48 0.13
HSL 56.6º 0.61% 0.66% -
HSV(B) 56.6º 0.48% 0.87% -
XYZ 57.21 65.21 25.79 -
YUV 205.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 221 215 115 0 0.03 0.48 0.13 56.6 0.61 0.66
Hex DD D7 73 0 3 30 D 39 3D 42
Octal 335 327 163 0 3 60 15 71 75 102
Binary 11011101 11010111 1110011 0 11 110000 1101 111001 111101 1000010

Color Harmonies of #DDD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD773

Black with #DDD773

Text Example


Text Example

White with #DDD773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD773; }

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

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

background-color css

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

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

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

border-color css

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

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

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