Html Css Color HEX #DDD681 Wild Rice

📋 copy color: '#DDD681'

red 221 ◦ green 214 ◦ blue 129

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

Shades of Wild Rice #DDD681

Tints of Wild Rice #DDD681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.87%

R = 39.18%
G = 37.94%
B = 22.87%

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

#DDD681 (or 0xDDD681) is known color: Wild Rice. HEX triplet: DD, D6 and 81. RGB value is (221,214,129). Sum of RGB (Red+Green+Blue) = 221+214+129=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD681 is #22297E. Grayscale: #CECECE. Windows color (decimal): -2238847 or 8509149. OLE color: 8509149.

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

Color convert

RGB 221 214 129 -
CMYK 0 0.03 0.42 0.13
HSL 55.43º 0.58% 0.69% -
HSV(B) 55.43º 0.42% 0.87% -
XYZ 57.83 65.05 30.28 -
YUV 206.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 221 214 129 0 0.03 0.42 0.13 55.43 0.58 0.69
Hex DD D6 81 0 3 2A D 37 3A 45
Octal 335 326 201 0 3 52 15 67 72 105
Binary 11011101 11010110 10000001 0 11 101010 1101 110111 111010 1000101

Color Harmonies of #DDD681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD681

Black with #DDD681

Text Example


Text Example

White with #DDD681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD681; }

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

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

background-color css

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

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

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

border-color css

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

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

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