Html Css Color HEX #DDD780 Wild Rice

📋 copy color: '#DDD780'

red 221 ◦ green 215 ◦ blue 128

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

Shades of Wild Rice #DDD780

Tints of Wild Rice #DDD780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.7%

R = 39.18%
G = 38.12%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDD780 (or 0xDDD780) is known color: Wild Rice. HEX triplet: DD, D7 and 80. RGB value is (221,215,128). Sum of RGB (Red+Green+Blue) = 221+215+128=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD780 is #22287F. Grayscale: #CFCFCF. Windows color (decimal): -2238592 or 8443869. OLE color: 8443869.

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

Color convert

RGB 221 215 128 -
CMYK 0 0.03 0.42 0.13
HSL 56.13º 0.58% 0.68% -
HSV(B) 56.13º 0.42% 0.87% -
XYZ 58.02 65.53 30.01 -
YUV 206.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 221 215 128 0 0.03 0.42 0.13 56.13 0.58 0.68
Hex DD D7 80 0 3 2A D 38 3A 44
Octal 335 327 200 0 3 52 15 70 72 104
Binary 11011101 11010111 10000000 0 11 101010 1101 111000 111010 1000100

Color Harmonies of #DDD780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD780

Black with #DDD780

Text Example


Text Example

White with #DDD780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD780; }

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

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

background-color css

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

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

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

border-color css

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

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

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