#D7CD72

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

Shades of Wild Rice #D7CD72

Tints of Wild Rice #D7CD72

Color information

#D7CD72 (or 0xD7CD72) is unknown color: approx Wild Rice. HEX triplet: D7, CD and 72. RGB value is (215,205,114). Sum of RGB (Red+Green+Blue) = 215+205+114=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CD72 is #28328D. Grayscale: #C5C5C5. Windows color (decimal): -2634382 or 7523799. OLE color: 7523799.

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

Color convert

RGB215205114-
CMYK00.050.470.16
HSL54.06º55.8%64.51%-
HSV(B)54.06º46.98%84.31%-
XYZ52.8959.3224.58-
YUV197.6280.81140.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=40.26%
G=38.39%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520511400.050.470.1654.0655.864.51
HexD7CD72052F10363841
Octal3273151620557206670101
Binary110101111100110111100100101101111100001101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD72; }

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

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

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

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

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

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

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

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