#D9CB74

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

Shades of Wild Rice #D9CB74

Tints of Wild Rice #D9CB74

Color information

#D9CB74 (or 0xD9CB74) is unknown color: approx Wild Rice. HEX triplet: D9, CB and 74. RGB value is (217,203,116). Sum of RGB (Red+Green+Blue) = 217+203+116=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB74 is #26348B. Grayscale: #C5C5C5. Windows color (decimal): -2503820 or 7654361. OLE color: 7654361.

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

Color convert

RGB217203116-
CMYK00.060.470.15
HSL51.68º57.06%65.29%-
HSV(B)51.68º46.54%85.1%-
XYZ53.1258.7225.06-
YUV197.2782.14142.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 116 (45.70% from 255) = 21.64%
R=40.49%
G=37.87%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720311600.060.470.1551.6857.0665.29
HexD9CB74062FF343941
Octal3313131640657176471101
Binary11011001110010111110100011010111111111101001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CB74; }

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

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

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

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

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

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

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

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