#D7CD77

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

Shades of Wild Rice #D7CD77

Tints of Wild Rice #D7CD77

Color information

#D7CD77 (or 0xD7CD77) is unknown color: approx Wild Rice. HEX triplet: D7, CD and 77. RGB value is (215,205,119). Sum of RGB (Red+Green+Blue) = 215+205+119=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CD77 is #283288. Grayscale: #C6C6C6. Windows color (decimal): -2634377 or 7851479. OLE color: 7851479.

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

Color convert

RGB215205119-
CMYK00.050.450.16
HSL53.75º54.55%65.49%-
HSV(B)53.75º44.65%84.31%-
XYZ53.1959.4426.12-
YUV198.1983.31139.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.89%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 119 (46.88% from 255) = 22.08%
R=39.89%
G=38.03%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520511900.050.450.1653.7554.5565.49
HexD7CD77052D10363741
Octal3273151670555206667101
Binary110101111100110111101110101101101100001101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD77; }

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

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

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

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

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

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

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

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