#D6CD71

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

Shades of Wild Rice #D6CD71

Tints of Wild Rice #D6CD71

Color information

#D6CD71 (or 0xD6CD71) is unknown color: approx Wild Rice. HEX triplet: D6, CD and 71. RGB value is (214,205,113). Sum of RGB (Red+Green+Blue) = 214+205+113=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD71 is #29328E. Grayscale: #C5C5C5. Windows color (decimal): -2699919 or 7458262. OLE color: 7458262.

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

Color convert

RGB214205113-
CMYK00.040.470.16
HSL54.65º55.19%64.12%-
HSV(B)54.65º47.2%83.92%-
XYZ52.5459.1524.27-
YUV197.280.48139.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 113 (44.53% from 255) = 21.24%
R=40.23%
G=38.53%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420511300.040.470.1654.6555.1964.12
HexD6CD71042F10373740
Octal3263151610457206767100
Binary110101101100110111100010100101111100001101111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD71; }

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

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

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

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

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

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

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

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