#D5CC72

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

Shades of Wild Rice #D5CC72

Tints of Wild Rice #D5CC72

Color information

#D5CC72 (or 0xD5CC72) is unknown color: approx Wild Rice. HEX triplet: D5, CC and 72. RGB value is (213,204,114). Sum of RGB (Red+Green+Blue) = 213+204+114=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC72 is #2A338D. Grayscale: #C4C4C4. Windows color (decimal): -2765710 or 7523541. OLE color: 7523541.

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

Color convert

RGB213204114-
CMYK00.040.460.16
HSL54.55º54.1%64.12%-
HSV(B)54.55º46.48%83.53%-
XYZ52.0758.5524.48-
YUV196.4381.48139.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=40.11%
G=38.42%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320411400.040.460.1654.5554.164.12
HexD5CC72042E10373640
Octal3253141620456206766100
Binary110101011100110011100100100101110100001101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC72; }

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

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

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

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

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

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

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

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