#DDCD70

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

Shades of Wild Rice #DDCD70

Tints of Wild Rice #DDCD70

Color information

#DDCD70 (or 0xDDCD70) is unknown color: approx Wild Rice. HEX triplet: DD, CD and 70. RGB value is (221,205,112). Sum of RGB (Red+Green+Blue) = 221+205+112=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD70 is #22328F. Grayscale: #C7C7C7. Windows color (decimal): -2241168 or 7392733. OLE color: 7392733.

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

Color convert

RGB221205112-
CMYK00.070.490.13
HSL51.19º61.58%65.29%-
HSV(B)51.19º49.32%86.67%-
XYZ54.5760.224.07-
YUV199.1878.8143.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 112 (44.14% from 255) = 20.82%
R=41.08%
G=38.10%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120511200.070.490.1351.1961.5865.29
HexDDCD700731D333e41
Octal3353151600761156376101
Binary11011101110011011110000011111000111011100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD70; }

 p { color: rgb(221,205,112); }

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

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

 a { background-color: rgb(221,205,112); }

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

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

 span { border-color: rgb(221,205,112); }

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