#dcd069

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

Shades of Wild Rice #DCD069

Tints of Wild Rice #DCD069

Color information

#DCD069 (or 0xDCD069) is unknown color: approx Wild Rice. HEX triplet: DC, D0 and 69. RGB value is (220,208,105). Sum of RGB (Red+Green+Blue) = 220+208+105=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD069 is #232F96. Grayscale: #C8C8C8. Windows color (decimal): -2305943 or 6934748. OLE color: 6934748.

HSL color Cylindrical-coordinate representation of color #DCD069: hue angle of 53.74º 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 #DCD069 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220208105-
CMYK00.050.520.14
HSL53.74º62.16%63.73%-
HSV(B)53.74º52.27%86.27%-
XYZ54.6261.3522.33-
YUV199.8574.48142.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 208 (81.64% from 255) = 39.02%
BLUE value IS 105 (41.41% from 255) = 19.70%
R=41.28%
G=39.02%
B=19.70%

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
Decimal22020810500.050.520.1453.7462.1663.73
HexDCD0690534E363e40
Octal3343201510564166676100
Binary11011100110100001101001010111010011101101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd069; }

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

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

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

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

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

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

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

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