#D8CF71

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

Shades of Wild Rice #D8CF71

Tints of Wild Rice #D8CF71

Color information

#D8CF71 (or 0xD8CF71) is unknown color: approx Wild Rice. HEX triplet: D8, CF and 71. RGB value is (216,207,113). Sum of RGB (Red+Green+Blue) = 216+207+113=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF71 is #27308E. Grayscale: #C7C7C7. Windows color (decimal): -2568335 or 7458776. OLE color: 7458776.

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

Color convert

RGB216207113-
CMYK00.040.480.15
HSL54.76º56.91%64.51%-
HSV(B)54.76º47.69%84.71%-
XYZ53.6160.4224.46-
YUV198.9879.48140.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 113 (44.53% from 255) = 21.08%
R=40.30%
G=38.62%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620711300.040.480.1554.7656.9164.51
HexD8CF710430F373941
Octal3303171610460176771101
Binary11011000110011111110001010011000011111101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CF71; }

 p { color: rgb(216,207,113); }

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

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

 a { background-color: rgb(216,207,113); }

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

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

 span { border-color: rgb(216,207,113); }

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