#DFD069

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

Shades of Wild Rice #DFD069

Tints of Wild Rice #DFD069

Color information

#DFD069 (or 0xDFD069) is unknown color: approx Wild Rice. HEX triplet: DF, D0 and 69. RGB value is (223,208,105). Sum of RGB (Red+Green+Blue) = 223+208+105=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD069 is #202F96. Grayscale: #C9C9C9. Windows color (decimal): -2109335 or 6934751. OLE color: 6934751.

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

Color convert

RGB223208105-
CMYK00.070.530.13
HSL52.37º64.84%64.31%-
HSV(B)52.37º52.91%87.45%-
XYZ55.5461.8222.37-
YUV200.7473.97143.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 105 (41.41% from 255) = 19.59%
R=41.60%
G=38.81%
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
Decimal22320810500.070.530.1352.3764.8464.31
HexDFD0690735D344140
Octal33732015107651564101100
Binary110111111101000011010010111110101110111010010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD069; }

 p { color: rgb(223,208,105); }

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

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

 a { background-color: rgb(223,208,105); }

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

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

 span { border-color: rgb(223,208,105); }

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