#D8CC74

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

Shades of Wild Rice #D8CC74

Tints of Wild Rice #D8CC74

Color information

#D8CC74 (or 0xD8CC74) is unknown color: approx Wild Rice. HEX triplet: D8, CC and 74. RGB value is (216,204,116). Sum of RGB (Red+Green+Blue) = 216+204+116=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC74 is #27338B. Grayscale: #C5C5C5. Windows color (decimal): -2569100 or 7654616. OLE color: 7654616.

HSL color Cylindrical-coordinate representation of color #D8CC74: hue angle of 52.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8CC74 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB216204116-
CMYK00.060.460.15
HSL52.8º56.18%65.1%-
HSV(B)52.8º46.3%84.71%-
XYZ53.0659.0525.12-
YUV197.5681.98141.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 116 (45.70% from 255) = 21.64%
R=40.30%
G=38.06%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620411600.060.460.1552.856.1865.1
HexD8CC74062EF353841
Octal3303141640656176570101
Binary11011000110011001110100011010111011111101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC74; }

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

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

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

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

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

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

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

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