#D6CD6F

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

Shades of Wild Rice #D6CD6F

Tints of Wild Rice #D6CD6F

Color information

#D6CD6F (or 0xD6CD6F) is unknown color: approx Wild Rice. HEX triplet: D6, CD and 6F. RGB value is (214,205,111). Sum of RGB (Red+Green+Blue) = 214+205+111=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD6F is #293290. Grayscale: #C5C5C5. Windows color (decimal): -2699921 or 7327190. OLE color: 7327190.

HSL color Cylindrical-coordinate representation of color #D6CD6F: hue angle of 54.76º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6CD6F is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB214205111-
CMYK00.040.480.16
HSL54.76º55.68%63.73%-
HSV(B)54.76º48.13%83.92%-
XYZ52.4359.1123.68-
YUV196.9879.48140.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 111 (43.75% from 255) = 20.94%
R=40.38%
G=38.68%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420511100.040.480.1654.7655.6863.73
HexD6CD6F043010373840
Octal3263151570460206770100
Binary110101101100110111011110100110000100001101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD6F; }

 p { color: rgb(214,205,111); }

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

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

 a { background-color: rgb(214,205,111); }

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

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

 span { border-color: rgb(214,205,111); }

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