#D5CC75

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

Shades of Wild Rice #D5CC75

Tints of Wild Rice #D5CC75

Color information

#D5CC75 (or 0xD5CC75) is unknown color: approx Wild Rice. HEX triplet: D5, CC and 75. RGB value is (213,204,117). Sum of RGB (Red+Green+Blue) = 213+204+117=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC75 is #2A338A. Grayscale: #C5C5C5. Windows color (decimal): -2765707 or 7720149. OLE color: 7720149.

HSL color Cylindrical-coordinate representation of color #D5CC75: hue angle of 54.38º degrees, saturation: 0.53, 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 #D5CC75 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213204117-
CMYK00.040.450.16
HSL54.38º53.33%64.71%-
HSV(B)54.38º45.07%83.53%-
XYZ52.2458.6225.39-
YUV196.7782.98139.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=39.89%
G=38.20%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320411700.040.450.1654.3853.3364.71
HexD5CC75042D10363541
Octal3253141650455206665101
Binary110101011100110011101010100101101100001101101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC75; }

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

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

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

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

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

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

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

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