#D7D075

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

Shades of Wild Rice #D7D075

Tints of Wild Rice #D7D075

Color information

#D7D075 (or 0xD7D075) is unknown color: approx Wild Rice. HEX triplet: D7, D0 and 75. RGB value is (215,208,117). Sum of RGB (Red+Green+Blue) = 215+208+117=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D075 is #282F8A. Grayscale: #C8C8C8. Windows color (decimal): -2633611 or 7721175. OLE color: 7721175.

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

Color convert

RGB215208117-
CMYK00.030.460.16
HSL55.71º55.06%65.1%-
HSV(B)55.71º45.58%84.31%-
XYZ53.7960.8425.74-
YUV199.7281.32138.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.81%
GREEN value IS 208 (81.64% from 255) = 38.52%
BLUE value IS 117 (46.09% from 255) = 21.67%
R=39.81%
G=38.52%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520811700.030.460.1655.7155.0665.1
HexD7D075032E10383741
Octal3273201650356207067101
Binary11010111110100001110101011101110100001110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D075; }

 p { color: rgb(215,208,117); }

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

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

 a { background-color: rgb(215,208,117); }

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

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

 span { border-color: rgb(215,208,117); }

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