Html Css Color HEX #DDD47C Wild Rice

📋 copy color: '#DDD47C'

red 221 ◦ green 212 ◦ blue 124

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

Shades of Wild Rice #DDD47C

Tints of Wild Rice #DDD47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 39.68%
G = 38.06%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDD47C (or 0xDDD47C) is known color: Wild Rice. HEX triplet: DD, D4 and 7C. RGB value is (221,212,124). Sum of RGB (Red+Green+Blue) = 221+212+124=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD47C is #222B83. Grayscale: #CDCDCD. Windows color (decimal): -2239364 or 8180957. OLE color: 8180957.

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

Color convert

RGB 221 212 124 -
CMYK 0 0.04 0.44 0.13
HSL 54.43º 0.59% 0.68% -
HSV(B) 54.43º 0.44% 0.87% -
XYZ 57 63.91 28.4 -
YUV 204.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 221 212 124 0 0.04 0.44 0.13 54.43 0.59 0.68
Hex DD D4 7C 0 4 2C D 36 3B 44
Octal 335 324 174 0 4 54 15 66 73 104
Binary 11011101 11010100 1111100 0 100 101100 1101 110110 111011 1000100

Color Harmonies of #DDD47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD47C

Black with #DDD47C

Text Example


Text Example

White with #DDD47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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