Html Css Color HEX #DDD577 Wild Rice

📋 copy color: '#DDD577'

red 221 ◦ green 213 ◦ blue 119

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

Shades of Wild Rice #DDD577

Tints of Wild Rice #DDD577

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.52%

 BLUE value IS 119 (46.88% from 255) = 21.52%

R = 39.96%
G = 38.52%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD577 (or 0xDDD577) is known color: Wild Rice. HEX triplet: DD, D5 and 77. RGB value is (221,213,119). Sum of RGB (Red+Green+Blue) = 221+213+119=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD577 is #222A88. Grayscale: #CDCDCD. Windows color (decimal): -2239113 or 7853533. OLE color: 7853533.

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

Color convert

RGB 221 213 119 -
CMYK 0 0.04 0.46 0.13
HSL 55.29º 0.6% 0.67% -
HSV(B) 55.29º 0.46% 0.87% -
XYZ 56.94 64.29 26.86 -
YUV 204.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 221 213 119 0 0.04 0.46 0.13 55.29 0.6 0.67
Hex DD D5 77 0 4 2E D 37 3C 43
Octal 335 325 167 0 4 56 15 67 74 103
Binary 11011101 11010101 1110111 0 100 101110 1101 110111 111100 1000011

Color Harmonies of #DDD577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD577

Black with #DDD577

Text Example


Text Example

White with #DDD577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD577; }

 p { color: rgb(221,213,119); }

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

background-color css

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

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

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

border-color css

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

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

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