#ddd372

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

Shades of Wild Rice #DDD372

Tints of Wild Rice #DDD372

Color information

#DDD372 (or 0xDDD372) is unknown color: approx Wild Rice. HEX triplet: DD, D3 and 72. RGB value is (221,211,114). Sum of RGB (Red+Green+Blue) = 221+211+114=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD372 is #222C8D. Grayscale: #CBCBCB. Windows color (decimal): -2239630 or 7525341. OLE color: 7525341.

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

Color convert

RGB221211114-
CMYK00.050.480.13
HSL54.39º61.14%65.69%-
HSV(B)54.39º48.42%86.67%-
XYZ56.1563.1825.15-
YUV202.9377.81140.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 211 (82.81% from 255) = 38.64%
BLUE value IS 114 (44.92% from 255) = 20.88%
R=40.48%
G=38.64%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121111400.050.480.1354.3961.1465.69
HexDDD3720530D363d42
Octal3353231620560156675102
Binary11011101110100111110010010111000011011101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd372; }

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

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

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

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

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

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

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

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