#DACD6A

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

Shades of Wild Rice #DACD6A

Tints of Wild Rice #DACD6A

Color information

#DACD6A (or 0xDACD6A) is unknown color: approx Wild Rice. HEX triplet: DA, CD and 6A. RGB value is (218,205,106). Sum of RGB (Red+Green+Blue) = 218+205+106=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD6A is #253295. Grayscale: #C6C6C6. Windows color (decimal): -2437782 or 6999514. OLE color: 6999514.

HSL color Cylindrical-coordinate representation of color #DACD6A: hue angle of 53.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DACD6A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218205106-
CMYK00.060.510.15
HSL53.04º60.22%63.53%-
HSV(B)53.04º51.38%85.49%-
XYZ53.3559.6122.33-
YUV197.676.31142.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=41.21%
G=38.75%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820510600.060.510.1553.0460.2263.53
HexDACD6A0633F353c40
Octal3323151520663176574100
Binary11011010110011011101010011011001111111101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACD6A; }

 p { color: rgb(218,205,106); }

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

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

 a { background-color: rgb(218,205,106); }

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

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

 span { border-color: rgb(218,205,106); }

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