#DDD375

Color #DDD375 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #DDD375

Tints of Wild Rice #DDD375

Color information

#DDD375 (or 0xDDD375) is unknown color: approx Wild Rice. HEX triplet: DD, D3 and 75. RGB value is (221,211,117). Sum of RGB (Red+Green+Blue) = 221+211+117=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD375 is #222C8A. Grayscale: #CBCBCB. Windows color (decimal): -2239627 or 7721949. OLE color: 7721949.

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

Color convert

RGB221211117-
CMYK00.050.470.13
HSL54.23º60.47%66.27%-
HSV(B)54.23º47.06%86.67%-
XYZ56.3263.2526.07-
YUV203.2779.31140.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 117 (46.09% from 255) = 21.31%
R=40.26%
G=38.43%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121111700.050.470.1354.2360.4766.27
HexDDD375052FD363c42
Octal3353231650557156674102
Binary11011101110100111110101010110111111011101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD375; }

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

 H1.HeaderClassName
 {
   color: #DDD375;
 }
 .AnyTagClassName
 {
   color: #DDD375;
 }
</style>
background-color css

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

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

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

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

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

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