#DDD069

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

Shades of Wild Rice #DDD069

Tints of Wild Rice #DDD069

Color information

#DDD069 (or 0xDDD069) is unknown color: approx Wild Rice. HEX triplet: DD, D0 and 69. RGB value is (221,208,105). Sum of RGB (Red+Green+Blue) = 221+208+105=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD069 is #222F96. Grayscale: #C8C8C8. Windows color (decimal): -2240407 or 6934749. OLE color: 6934749.

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

Color convert

RGB221208105-
CMYK00.060.520.13
HSL53.28º63.04%63.92%-
HSV(B)53.28º52.49%86.67%-
XYZ54.9261.522.34-
YUV200.1474.31142.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=41.39%
G=38.95%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120810500.060.520.1353.2863.0463.92
HexDDD0690634D353f40
Octal3353201510664156577100
Binary11011101110100001101001011011010011011101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD069; }

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

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

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

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

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

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

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

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