#D4CB74

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

Shades of Wild Rice #D4CB74

Tints of Wild Rice #D4CB74

Color information

#D4CB74 (or 0xD4CB74) is unknown color: approx Wild Rice. HEX triplet: D4, CB and 74. RGB value is (212,203,116). Sum of RGB (Red+Green+Blue) = 212+203+116=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB74 is #2B348B. Grayscale: #C4C4C4. Windows color (decimal): -2831500 or 7654356. OLE color: 7654356.

HSL color Cylindrical-coordinate representation of color #D4CB74: hue angle of 54.38º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4CB74 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212203116-
CMYK00.040.450.17
HSL54.38º52.75%64.31%-
HSV(B)54.38º45.28%83.14%-
XYZ51.6657.9724.99-
YUV195.7782.98139.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 116 (45.70% from 255) = 21.85%
R=39.92%
G=38.23%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220311600.040.450.1754.3852.7564.31
HexD4CB74042D11363540
Octal3243131640455216665100
Binary110101001100101111101000100101101100011101101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CB74; }

 p { color: rgb(212,203,116); }

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

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

 a { background-color: rgb(212,203,116); }

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

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

 span { border-color: rgb(212,203,116); }

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