#DDCD77

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

Shades of Wild Rice #DDCD77

Tints of Wild Rice #DDCD77

Color information

#DDCD77 (or 0xDDCD77) is unknown color: approx Wild Rice. HEX triplet: DD, CD and 77. RGB value is (221,205,119). Sum of RGB (Red+Green+Blue) = 221+205+119=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD77 is #223288. Grayscale: #C8C8C8. Windows color (decimal): -2241161 or 7851485. OLE color: 7851485.

HSL color Cylindrical-coordinate representation of color #DDCD77: hue angle of 50.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDCD77 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221205119-
CMYK00.070.460.13
HSL50.59º60%66.67%-
HSV(B)50.59º46.15%86.67%-
XYZ54.9860.3726.21-
YUV199.9882.3142.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 119 (46.88% from 255) = 21.83%
R=40.55%
G=37.61%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120511900.070.460.1350.596066.67
HexDDCD77072ED333c43
Octal3353151670756156374103
Binary11011101110011011110111011110111011011100111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD77; }

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

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

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

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

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

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

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

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