Html Css Color HEX #DDD46E Wild Rice

📋 copy color: '#DDD46E'

red 221 ◦ green 212 ◦ blue 110

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

Shades of Wild Rice #DDD46E

Tints of Wild Rice #DDD46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.26%

R = 40.7%
G = 39.04%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDD46E (or 0xDDD46E) is known color: Wild Rice. HEX triplet: DD, D4 and 6E. RGB value is (221,212,110). Sum of RGB (Red+Green+Blue) = 221+212+110=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD46E is #222B91. Grayscale: #CBCBCB. Windows color (decimal): -2239378 or 7263453. OLE color: 7263453.

HSL color Cylindrical-coordinate representation of color #DDD46E: hue angle of 55.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD46E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 110 -
CMYK 0 0.04 0.50 0.13
HSL 55.14º 0.62% 0.65% -
HSV(B) 55.14º 0.5% 0.87% -
XYZ 56.18 63.58 24.06 -
YUV 203.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 221 212 110 0 0.04 0.50 0.13 55.14 0.62 0.65
Hex DD D4 6E 0 4 32 D 37 3E 41
Octal 335 324 156 0 4 62 15 67 76 101
Binary 11011101 11010100 1101110 0 100 110010 1101 110111 111110 1000001

Color Harmonies of #DDD46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD46E

Black with #DDD46E

Text Example


Text Example

White with #DDD46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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