Html Css Color HEX #DDD680 Wild Rice

📋 copy color: '#DDD680'

red 221 ◦ green 214 ◦ blue 128

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

Shades of Wild Rice #DDD680

Tints of Wild Rice #DDD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.01%

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

R = 39.25%
G = 38.01%
B = 22.74%

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

#DDD680 (or 0xDDD680) is known color: Wild Rice. HEX triplet: DD, D6 and 80. RGB value is (221,214,128). Sum of RGB (Red+Green+Blue) = 221+214+128=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD680 is #22297F. Grayscale: #CECECE. Windows color (decimal): -2238848 or 8443613. OLE color: 8443613.

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

Color convert

RGB 221 214 128 -
CMYK 0 0.03 0.42 0.13
HSL 55.48º 0.58% 0.68% -
HSV(B) 55.48º 0.42% 0.87% -
XYZ 57.76 65.02 29.93 -
YUV 206.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 221 214 128 0 0.03 0.42 0.13 55.48 0.58 0.68
Hex DD D6 80 0 3 2A D 37 3A 44
Octal 335 326 200 0 3 52 15 67 72 104
Binary 11011101 11010110 10000000 0 11 101010 1101 110111 111010 1000100

Color Harmonies of #DDD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD680

Black with #DDD680

Text Example


Text Example

White with #DDD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD680; }

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

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

background-color css

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

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

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

border-color css

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

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

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