#DFCE74

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

Shades of Wild Rice #DFCE74

Tints of Wild Rice #DFCE74

Color information

#DFCE74 (or 0xDFCE74) is unknown color: approx Wild Rice. HEX triplet: DF, CE and 74. RGB value is (223,206,116). Sum of RGB (Red+Green+Blue) = 223+206+116=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE74 is #20318B. Grayscale: #C9C9C9. Windows color (decimal): -2109836 or 7655135. OLE color: 7655135.

HSL color Cylindrical-coordinate representation of color #DFCE74: hue angle of 50.47º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFCE74 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223206116-
CMYK00.080.480.13
HSL50.47º62.57%66.47%-
HSV(B)50.47º47.98%87.45%-
XYZ55.6661.0925.38-
YUV200.8280.13143.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 116 (45.70% from 255) = 21.28%
R=40.92%
G=37.80%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320611600.080.480.1350.4762.5766.47
HexDFCE740830D323f42
Octal33731616401060156277102
Binary110111111100111011101000100011000011011100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE74; }

 p { color: rgb(223,206,116); }

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

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

 a { background-color: rgb(223,206,116); }

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

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

 span { border-color: rgb(223,206,116); }

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