Html Css Color HEX #DDD47F Wild Rice

📋 copy color: '#DDD47F'

red 221 ◦ green 212 ◦ blue 127

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

Shades of Wild Rice #DDD47F

Tints of Wild Rice #DDD47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.68%

R = 39.46%
G = 37.86%
B = 22.68%

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

#DDD47F (or 0xDDD47F) is known color: Wild Rice. HEX triplet: DD, D4 and 7F. RGB value is (221,212,127). Sum of RGB (Red+Green+Blue) = 221+212+127=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD47F is #222B80. Grayscale: #CDCDCD. Windows color (decimal): -2239361 or 8377565. OLE color: 8377565.

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

Color convert

RGB 221 212 127 -
CMYK 0 0.04 0.43 0.13
HSL 54.26º 0.58% 0.68% -
HSV(B) 54.26º 0.43% 0.87% -
XYZ 57.19 63.99 29.42 -
YUV 205 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 221 212 127 0 0.04 0.43 0.13 54.26 0.58 0.68
Hex DD D4 7F 0 4 2B D 36 3A 44
Octal 335 324 177 0 4 53 15 66 72 104
Binary 11011101 11010100 1111111 0 100 101011 1101 110110 111010 1000100

Color Harmonies of #DDD47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD47F

Black with #DDD47F

Text Example


Text Example

White with #DDD47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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