Html Css Color HEX #DDD47D Wild Rice

📋 copy color: '#DDD47D'

red 221 ◦ green 212 ◦ blue 125

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

Shades of Wild Rice #DDD47D

Tints of Wild Rice #DDD47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.4%

R = 39.61%
G = 37.99%
B = 22.4%

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

#DDD47D (or 0xDDD47D) is known color: Wild Rice. HEX triplet: DD, D4 and 7D. RGB value is (221,212,125). Sum of RGB (Red+Green+Blue) = 221+212+125=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD47D is #222B82. Grayscale: #CDCDCD. Windows color (decimal): -2239363 or 8246493. OLE color: 8246493.

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

Color convert

RGB 221 212 125 -
CMYK 0 0.04 0.43 0.13
HSL 54.38º 0.59% 0.68% -
HSV(B) 54.38º 0.43% 0.87% -
XYZ 57.06 63.94 28.74 -
YUV 204.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 221 212 125 0 0.04 0.43 0.13 54.38 0.59 0.68
Hex DD D4 7D 0 4 2B D 36 3B 44
Octal 335 324 175 0 4 53 15 66 73 104
Binary 11011101 11010100 1111101 0 100 101011 1101 110110 111011 1000100

Color Harmonies of #DDD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD47D

Black with #DDD47D

Text Example


Text Example

White with #DDD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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