#DCD169

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

Shades of Wild Rice #DCD169

Tints of Wild Rice #DCD169

Color information

#DCD169 (or 0xDCD169) is unknown color: approx Wild Rice. HEX triplet: DC, D1 and 69. RGB value is (220,209,105). Sum of RGB (Red+Green+Blue) = 220+209+105=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD169 is #232E96. Grayscale: #C8C8C8. Windows color (decimal): -2305687 or 6935004. OLE color: 6935004.

HSL color Cylindrical-coordinate representation of color #DCD169: hue angle of 54.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCD169 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220209105-
CMYK00.050.520.14
HSL54.26º62.16%63.73%-
HSV(B)54.26º52.27%86.27%-
XYZ54.8761.8422.41-
YUV200.4374.14141.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=41.20%
G=39.14%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020910500.050.520.1454.2662.1663.73
HexDCD1690534E363e40
Octal3343211510564166676100
Binary11011100110100011101001010111010011101101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD169; }

 p { color: rgb(220,209,105); }

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

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

 a { background-color: rgb(220,209,105); }

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

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

 span { border-color: rgb(220,209,105); }

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