#D5CC71

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

Shades of Wild Rice #D5CC71

Tints of Wild Rice #D5CC71

Color information

#D5CC71 (or 0xD5CC71) is unknown color: approx Wild Rice. HEX triplet: D5, CC and 71. RGB value is (213,204,113). Sum of RGB (Red+Green+Blue) = 213+204+113=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC71 is #2A338E. Grayscale: #C4C4C4. Windows color (decimal): -2765711 or 7458005. OLE color: 7458005.

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

Color convert

RGB213204113-
CMYK00.040.470.16
HSL54.6º54.35%63.92%-
HSV(B)54.6º46.95%83.53%-
XYZ52.0158.5224.18-
YUV196.3280.98139.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 113 (44.53% from 255) = 21.32%
R=40.19%
G=38.49%
B=21.32%

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
Decimal21320411300.040.470.1654.654.3563.92
HexD5CC71042F10373640
Octal3253141610457206766100
Binary110101011100110011100010100101111100001101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC71; }

 p { color: rgb(213,204,113); }

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

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

 a { background-color: rgb(213,204,113); }

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

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

 span { border-color: rgb(213,204,113); }

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