Html Css Color HEX #DDD36E Wild Rice

📋 copy color: '#DDD36E'

red 221 ◦ green 211 ◦ blue 110

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

Shades of Wild Rice #DDD36E

Tints of Wild Rice #DDD36E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.93%

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

R = 40.77%
G = 38.93%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDD36E (or 0xDDD36E) is known color: Wild Rice. HEX triplet: DD, D3 and 6E. RGB value is (221,211,110). Sum of RGB (Red+Green+Blue) = 221+211+110=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD36E is #222C91. Grayscale: #CACACA. Windows color (decimal): -2239634 or 7263197. OLE color: 7263197.

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

Color convert

RGB 221 211 110 -
CMYK 0 0.05 0.50 0.13
HSL 54.59º 0.62% 0.65% -
HSV(B) 54.59º 0.5% 0.87% -
XYZ 55.93 63.09 23.98 -
YUV 202.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 221 211 110 0 0.05 0.50 0.13 54.59 0.62 0.65
Hex DD D3 6E 0 5 32 D 37 3E 41
Octal 335 323 156 0 5 62 15 67 76 101
Binary 11011101 11010011 1101110 0 101 110010 1101 110111 111110 1000001

Color Harmonies of #DDD36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD36E

Black with #DDD36E

Text Example


Text Example

White with #DDD36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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