#D9CF6F

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

Shades of Wild Rice #D9CF6F

Tints of Wild Rice #D9CF6F

Color information

#D9CF6F (or 0xD9CF6F) is unknown color: approx Wild Rice. HEX triplet: D9, CF and 6F. RGB value is (217,207,111). Sum of RGB (Red+Green+Blue) = 217+207+111=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF6F is #263090. Grayscale: #C7C7C7. Windows color (decimal): -2502801 or 7327705. OLE color: 7327705.

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

Color convert

RGB217207111-
CMYK00.050.490.15
HSL54.34º58.24%64.31%-
HSV(B)54.34º48.85%85.1%-
XYZ53.860.5323.89-
YUV199.0578.31140.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 111 (43.75% from 255) = 20.75%
R=40.56%
G=38.69%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720711100.050.490.1554.3458.2464.31
HexD9CF6F0531F363a40
Octal3313171570561176672100
Binary11011001110011111101111010111000111111101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CF6F; }

 p { color: rgb(217,207,111); }

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

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

 a { background-color: rgb(217,207,111); }

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

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

 span { border-color: rgb(217,207,111); }

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