#DDCF68

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

Shades of Wild Rice #DDCF68

Tints of Wild Rice #DDCF68

Color information

#DDCF68 (or 0xDDCF68) is unknown color: approx Wild Rice. HEX triplet: DD, CF and 68. RGB value is (221,207,104). Sum of RGB (Red+Green+Blue) = 221+207+104=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF68 is #223097. Grayscale: #C7C7C7. Windows color (decimal): -2240664 or 6868957. OLE color: 6868957.

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

Color convert

RGB221207104-
CMYK00.060.530.13
HSL52.82º63.24%63.73%-
HSV(B)52.82º52.94%86.67%-
XYZ54.636121.99-
YUV199.4474.14143.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 104 (41.02% from 255) = 19.55%
R=41.54%
G=38.91%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120710400.060.530.1352.8263.2463.73
HexDDCF680635D353f40
Octal3353171500665156577100
Binary11011101110011111101000011011010111011101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF68; }

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

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

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

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

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

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

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

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