Html Css Color HEX #DDD071 Wild Rice

📋 copy color: '#DDD071'

red 221 ◦ green 208 ◦ blue 113

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

Shades of Wild Rice #DDD071

Tints of Wild Rice #DDD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.38%

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

R = 40.77%
G = 38.38%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDD071 (or 0xDDD071) is known color: Wild Rice. HEX triplet: DD, D0 and 71. RGB value is (221,208,113). Sum of RGB (Red+Green+Blue) = 221+208+113=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD071 is #222F8E. Grayscale: #C9C9C9. Windows color (decimal): -2240399 or 7459037. OLE color: 7459037.

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

Color convert

RGB 221 208 113 -
CMYK 0 0.06 0.49 0.13
HSL 52.78º 0.61% 0.65% -
HSV(B) 52.78º 0.49% 0.87% -
XYZ 55.36 61.68 24.61 -
YUV 201.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 221 208 113 0 0.06 0.49 0.13 52.78 0.61 0.65
Hex DD D0 71 0 6 31 D 35 3D 41
Octal 335 320 161 0 6 61 15 65 75 101
Binary 11011101 11010000 1110001 0 110 110001 1101 110101 111101 1000001

Color Harmonies of #DDD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD071

Black with #DDD071

Text Example


Text Example

White with #DDD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD071; }

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

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

background-color css

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

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

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

border-color css

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

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

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