Html Css Color HEX #DDD871 Goldenrod

📋 copy color: '#DDD871'

red 221 ◦ green 216 ◦ blue 113

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

Shades of Goldenrod #DDD871

Tints of Goldenrod #DDD871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.27%

 BLUE value IS 113 (44.53% from 255) = 20.55%

R = 40.18%
G = 39.27%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDD871 (or 0xDDD871) is known color: Goldenrod. HEX triplet: DD, D8 and 71. RGB value is (221,216,113). Sum of RGB (Red+Green+Blue) = 221+216+113=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD871 is #22278E. Grayscale: #CECECE. Windows color (decimal): -2238351 or 7461085. OLE color: 7461085.

HSL color Cylindrical-coordinate representation of color #DDD871: hue angle of 57.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDD871 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 113 -
CMYK 0 0.02 0.49 0.13
HSL 57.22º 0.61% 0.65% -
HSV(B) 57.22º 0.49% 0.87% -
XYZ 57.36 65.68 25.28 -
YUV 205.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 221 216 113 0 0.02 0.49 0.13 57.22 0.61 0.65
Hex DD D8 71 0 2 31 D 39 3D 41
Octal 335 330 161 0 2 61 15 71 75 101
Binary 11011101 11011000 1110001 0 10 110001 1101 111001 111101 1000001

Color Harmonies of #DDD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD871

Black with #DDD871

Text Example


Text Example

White with #DDD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD871; }

 p { color: rgb(221,216,113); }

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

background-color css

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

 a { background-color: rgb(221,216,113); }

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

border-color css

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

 span { border-color: rgb(221,216,113); }

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