Html Css Color HEX #DDDD71 Goldenrod

📋 copy color: '#DDDD71'

red 221 ◦ green 221 ◦ blue 113

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

Shades of Goldenrod #DDDD71

Tints of Goldenrod #DDDD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

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

R = 39.82%
G = 39.82%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDDD71 (or 0xDDDD71) is known color: Goldenrod. HEX triplet: DD, DD and 71. RGB value is (221,221,113). Sum of RGB (Red+Green+Blue) = 221+221+113=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD71 is #22228E. Grayscale: #D1D1D1. Windows color (decimal): -2237071 or 7462365. OLE color: 7462365.

HSL color Cylindrical-coordinate representation of color #DDDD71: hue angle of 60º 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 #DDDD71 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 113 -
CMYK 0 0 0.49 0.13
HSL 60º 0.61% 0.65% -
HSV(B) 60º 0.49% 0.87% -
XYZ 58.66 68.28 25.71 -
YUV 208.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 221 221 113 0 0 0.49 0.13 60 0.61 0.65
Hex DD DD 71 0 0 31 D 3C 3D 41
Octal 335 335 161 0 0 61 15 74 75 101
Binary 11011101 11011101 1110001 0 0 110001 1101 111100 111101 1000001

Color Harmonies of #DDDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD71

Black with #DDDD71

Text Example


Text Example

White with #DDDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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