Html Css Color HEX #DDD47E Wild Rice

📋 copy color: '#DDD47E'

red 221 ◦ green 212 ◦ blue 126

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

Shades of Wild Rice #DDD47E

Tints of Wild Rice #DDD47E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

 BLUE value IS 126 (49.61% from 255) = 22.54%

R = 39.53%
G = 37.92%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDD47E (or 0xDDD47E) is known color: Wild Rice. HEX triplet: DD, D4 and 7E. RGB value is (221,212,126). Sum of RGB (Red+Green+Blue) = 221+212+126=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD47E is #222B81. Grayscale: #CDCDCD. Windows color (decimal): -2239362 or 8312029. OLE color: 8312029.

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

Color convert

RGB 221 212 126 -
CMYK 0 0.04 0.43 0.13
HSL 54.32º 0.58% 0.68% -
HSV(B) 54.32º 0.43% 0.87% -
XYZ 57.13 63.97 29.07 -
YUV 204.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 221 212 126 0 0.04 0.43 0.13 54.32 0.58 0.68
Hex DD D4 7E 0 4 2B D 36 3A 44
Octal 335 324 176 0 4 53 15 66 72 104
Binary 11011101 11010100 1111110 0 100 101011 1101 110110 111010 1000100

Color Harmonies of #DDD47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD47E

Black with #DDD47E

Text Example


Text Example

White with #DDD47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD47E; }

 p { color: rgb(221,212,126); }

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

background-color css

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

 a { background-color: rgb(221,212,126); }

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

border-color css

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

 span { border-color: rgb(221,212,126); }

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