#D7CF73

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

Shades of Wild Rice #D7CF73

Tints of Wild Rice #D7CF73

Color information

#D7CF73 (or 0xD7CF73) is unknown color: approx Wild Rice. HEX triplet: D7, CF and 73. RGB value is (215,207,115). Sum of RGB (Red+Green+Blue) = 215+207+115=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF73 is #28308C. Grayscale: #C7C7C7. Windows color (decimal): -2633869 or 7589847. OLE color: 7589847.

HSL color Cylindrical-coordinate representation of color #D7CF73: hue angle of 55.2º 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 #D7CF73 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215207115-
CMYK00.040.470.16
HSL55.2º55.56%64.71%-
HSV(B)55.2º46.51%84.31%-
XYZ53.4360.3125.04-
YUV198.980.65139.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 115 (45.31% from 255) = 21.42%
R=40.04%
G=38.55%
B=21.42%

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
Decimal21520711500.040.470.1655.255.5664.71
HexD7CF73042F10373841
Octal3273171630457206770101
Binary110101111100111111100110100101111100001101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CF73; }

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

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

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

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

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

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

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

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