#DDCE75

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

Shades of Wild Rice #DDCE75

Tints of Wild Rice #DDCE75

Color information

#DDCE75 (or 0xDDCE75) is unknown color: approx Wild Rice. HEX triplet: DD, CE and 75. RGB value is (221,206,117). Sum of RGB (Red+Green+Blue) = 221+206+117=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE75 is #22318A. Grayscale: #C8C8C8. Windows color (decimal): -2240907 or 7720669. OLE color: 7720669.

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

Color convert

RGB221206117-
CMYK00.070.470.13
HSL51.35º60.47%66.27%-
HSV(B)51.35º47.06%86.67%-
XYZ55.160.825.66-
YUV200.3480.97142.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=40.62%
G=37.87%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120611700.070.470.1351.3560.4766.27
HexDDCE75072FD333c42
Octal3353161650757156374102
Binary11011101110011101110101011110111111011100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE75; }

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

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

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

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

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

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

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

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