#DDCD72

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

Shades of Wild Rice #DDCD72

Tints of Wild Rice #DDCD72

Color information

#DDCD72 (or 0xDDCD72) is unknown color: approx Wild Rice. HEX triplet: DD, CD and 72. RGB value is (221,205,114). Sum of RGB (Red+Green+Blue) = 221+205+114=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD72 is #22328D. Grayscale: #C7C7C7. Windows color (decimal): -2241166 or 7523805. OLE color: 7523805.

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

Color convert

RGB221205114-
CMYK00.070.480.13
HSL51.03º61.14%65.69%-
HSV(B)51.03º48.42%86.67%-
XYZ54.6960.2524.67-
YUV199.4179.8143.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 114 (44.92% from 255) = 21.11%
R=40.93%
G=37.96%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120511400.070.480.1351.0361.1465.69
HexDDCD720730D333d42
Octal3353151620760156375102
Binary11011101110011011110010011111000011011100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD72; }

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

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

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

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

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

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

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

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