#DFCD6B

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

Shades of Wild Rice #DFCD6B

Tints of Wild Rice #DFCD6B

Color information

#DFCD6B (or 0xDFCD6B) is unknown color: approx Wild Rice. HEX triplet: DF, CD and 6B. RGB value is (223,205,107). Sum of RGB (Red+Green+Blue) = 223+205+107=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD6B is #203294. Grayscale: #C7C7C7. Windows color (decimal): -2110101 or 7065055. OLE color: 7065055.

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

Color convert

RGB223205107-
CMYK00.080.520.13
HSL50.69º64.44%64.71%-
HSV(B)50.69º52.02%87.45%-
XYZ54.9260.4122.68-
YUV199.2175.96144.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 107 (42.19% from 255) = 20%
R=41.68%
G=38.32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320510700.080.520.1350.6964.4464.71
HexDFCD6B0834D334041
Octal337315153010641563100101
Binary1101111111001101110101101000110100110111001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD6B; }

 p { color: rgb(223,205,107); }

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

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

 a { background-color: rgb(223,205,107); }

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

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

 span { border-color: rgb(223,205,107); }

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