Html Css Color HEX #DDD781 Wild Rice

📋 copy color: '#DDD781'

red 221 ◦ green 215 ◦ blue 129

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

Shades of Wild Rice #DDD781

Tints of Wild Rice #DDD781

RGB

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

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

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

R = 39.12%
G = 38.05%
B = 22.83%

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

#DDD781 (or 0xDDD781) is known color: Wild Rice. HEX triplet: DD, D7 and 81. RGB value is (221,215,129). Sum of RGB (Red+Green+Blue) = 221+215+129=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD781 is #22287E. Grayscale: #CFCFCF. Windows color (decimal): -2238591 or 8509405. OLE color: 8509405.

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

Color convert

RGB 221 215 129 -
CMYK 0 0.03 0.42 0.13
HSL 56.09º 0.58% 0.69% -
HSV(B) 56.09º 0.42% 0.87% -
XYZ 58.08 65.56 30.36 -
YUV 206.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 221 215 129 0 0.03 0.42 0.13 56.09 0.58 0.69
Hex DD D7 81 0 3 2A D 38 3A 45
Octal 335 327 201 0 3 52 15 70 72 105
Binary 11011101 11010111 10000001 0 11 101010 1101 111000 111010 1000101

Color Harmonies of #DDD781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD781

Black with #DDD781

Text Example


Text Example

White with #DDD781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD781; }

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

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

background-color css

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

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

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

border-color css

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

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

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