Html Css Color HEX #DDD775 Goldenrod

📋 copy color: '#DDD775'

red 221 ◦ green 215 ◦ blue 117

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

Shades of Goldenrod #DDD775

Tints of Goldenrod #DDD775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.16%

R = 39.96%
G = 38.88%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDD775 (or 0xDDD775) is known color: Goldenrod. HEX triplet: DD, D7 and 75. RGB value is (221,215,117). Sum of RGB (Red+Green+Blue) = 221+215+117=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD775 is #22288A. Grayscale: #CECECE. Windows color (decimal): -2238603 or 7722973. OLE color: 7722973.

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

Color convert

RGB 221 215 117 -
CMYK 0 0.03 0.47 0.13
HSL 56.54º 0.6% 0.66% -
HSV(B) 56.54º 0.47% 0.87% -
XYZ 57.33 65.26 26.4 -
YUV 205.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 221 215 117 0 0.03 0.47 0.13 56.54 0.6 0.66
Hex DD D7 75 0 3 2F D 39 3C 42
Octal 335 327 165 0 3 57 15 71 74 102
Binary 11011101 11010111 1110101 0 11 101111 1101 111001 111100 1000010

Color Harmonies of #DDD775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD775

Black with #DDD775

Text Example


Text Example

White with #DDD775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD775; }

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

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

background-color css

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

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

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

border-color css

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

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

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