#DDCE70

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

Shades of Wild Rice #DDCE70

Tints of Wild Rice #DDCE70

Color information

#DDCE70 (or 0xDDCE70) is unknown color: approx Wild Rice. HEX triplet: DD, CE and 70. RGB value is (221,206,112). Sum of RGB (Red+Green+Blue) = 221+206+112=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE70 is #22318F. Grayscale: #C8C8C8. Windows color (decimal): -2240912 or 7392989. OLE color: 7392989.

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

Color convert

RGB221206112-
CMYK00.070.490.13
HSL51.74º61.58%65.29%-
HSV(B)51.74º49.32%86.67%-
XYZ54.8160.6824.15-
YUV199.7778.47143.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 112 (44.14% from 255) = 20.78%
R=41.00%
G=38.22%
B=20.78%

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
Decimal22120611200.070.490.1351.7461.5865.29
HexDDCE700731D343e41
Octal3353161600761156476101
Binary11011101110011101110000011111000111011101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE70; }

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

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

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

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

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

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

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

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