#DDCE68

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

Shades of Wild Rice #DDCE68

Tints of Wild Rice #DDCE68

Color information

#DDCE68 (or 0xDDCE68) is unknown color: approx Wild Rice. HEX triplet: DD, CE and 68. RGB value is (221,206,104). Sum of RGB (Red+Green+Blue) = 221+206+104=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE68 is #223197. Grayscale: #C7C7C7. Windows color (decimal): -2240920 or 6868701. OLE color: 6868701.

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

Color convert

RGB221206104-
CMYK00.070.530.13
HSL52.31º63.24%63.73%-
HSV(B)52.31º52.94%86.67%-
XYZ54.3960.5121.91-
YUV198.8674.47143.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 104 (41.02% from 255) = 19.59%
R=41.62%
G=38.79%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120610400.070.530.1352.3163.2463.73
HexDDCE680735D343f40
Octal3353161500765156477100
Binary11011101110011101101000011111010111011101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE68; }

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

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

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

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

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

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

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

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