Html Css Color HEX #DDD271 Wild Rice

📋 copy color: '#DDD271'

red 221 ◦ green 210 ◦ blue 113

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

Shades of Wild Rice #DDD271

Tints of Wild Rice #DDD271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

 BLUE value IS 113 (44.53% from 255) = 20.77%

R = 40.63%
G = 38.6%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDD271 (or 0xDDD271) is known color: Wild Rice. HEX triplet: DD, D2 and 71. RGB value is (221,210,113). Sum of RGB (Red+Green+Blue) = 221+210+113=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD271 is #222D8E. Grayscale: #CACACA. Windows color (decimal): -2239887 or 7459549. OLE color: 7459549.

HSL color Cylindrical-coordinate representation of color #DDD271: hue angle of 53.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDD271 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 210 113 -
CMYK 0 0.05 0.49 0.13
HSL 53.89º 0.61% 0.65% -
HSV(B) 53.89º 0.49% 0.87% -
XYZ 55.85 62.66 24.77 -
YUV 202.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 221 210 113 0 0.05 0.49 0.13 53.89 0.61 0.65
Hex DD D2 71 0 5 31 D 36 3D 41
Octal 335 322 161 0 5 61 15 66 75 101
Binary 11011101 11010010 1110001 0 101 110001 1101 110110 111101 1000001

Color Harmonies of #DDD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD271

Black with #DDD271

Text Example


Text Example

White with #DDD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD271; }

 p { color: rgb(221,210,113); }

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

background-color css

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

 a { background-color: rgb(221,210,113); }

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

border-color css

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

 span { border-color: rgb(221,210,113); }

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