#DDCC6F

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

Shades of Wild Rice #DDCC6F

Tints of Wild Rice #DDCC6F

Color information

#DDCC6F (or 0xDDCC6F) is unknown color: approx Wild Rice. HEX triplet: DD, CC and 6F. RGB value is (221,204,111). Sum of RGB (Red+Green+Blue) = 221+204+111=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC6F is #223390. Grayscale: #C6C6C6. Windows color (decimal): -2241425 or 7326941. OLE color: 7326941.

HSL color Cylindrical-coordinate representation of color #DDCC6F: hue angle of 50.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDCC6F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221204111-
CMYK00.080.500.13
HSL50.73º61.8%65.1%-
HSV(B)50.73º49.77%86.67%-
XYZ54.2859.7123.7-
YUV198.4878.63144.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 111 (43.75% from 255) = 20.71%
R=41.23%
G=38.06%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120411100.080.500.1350.7361.865.1
HexDDCC6F0832D333e41
Octal33531415701062156376101
Binary110111011100110011011110100011001011011100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC6F; }

 p { color: rgb(221,204,111); }

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

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

 a { background-color: rgb(221,204,111); }

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

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

 span { border-color: rgb(221,204,111); }

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