#D7CF72

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

Shades of Wild Rice #D7CF72

Tints of Wild Rice #D7CF72

Color information

#D7CF72 (or 0xD7CF72) is unknown color: approx Wild Rice. HEX triplet: D7, CF and 72. RGB value is (215,207,114). Sum of RGB (Red+Green+Blue) = 215+207+114=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF72 is #28308D. Grayscale: #C7C7C7. Windows color (decimal): -2633870 or 7524311. OLE color: 7524311.

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

Color convert

RGB215207114-
CMYK00.040.470.16
HSL55.25º55.8%64.51%-
HSV(B)55.25º46.98%84.31%-
XYZ53.3760.2924.74-
YUV198.7980.15139.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.11%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 114 (44.92% from 255) = 21.27%
R=40.11%
G=38.62%
B=21.27%

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
Decimal21520711400.040.470.1655.2555.864.51
HexD7CF72042F10373841
Octal3273171620457206770101
Binary110101111100111111100100100101111100001101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CF72; }

 p { color: rgb(215,207,114); }

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

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

 a { background-color: rgb(215,207,114); }

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

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

 span { border-color: rgb(215,207,114); }

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