#D5CC74

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

Shades of Wild Rice #D5CC74

Tints of Wild Rice #D5CC74

Color information

#D5CC74 (or 0xD5CC74) is unknown color: approx Wild Rice. HEX triplet: D5, CC and 74. RGB value is (213,204,116). Sum of RGB (Red+Green+Blue) = 213+204+116=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC74 is #2A338B. Grayscale: #C5C5C5. Windows color (decimal): -2765708 or 7654613. OLE color: 7654613.

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

Color convert

RGB213204116-
CMYK00.040.460.16
HSL54.43º53.59%64.51%-
HSV(B)54.43º45.54%83.53%-
XYZ52.1958.5925.08-
YUV196.6682.48139.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=39.96%
G=38.27%
B=21.76%

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
Decimal21320411600.040.460.1654.4353.5964.51
HexD5CC74042E10363641
Octal3253141640456206666101
Binary110101011100110011101000100101110100001101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC74; }

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

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

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

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

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

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

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

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