#DFD27B

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

Shades of Wild Rice #DFD27B

Tints of Wild Rice #DFD27B

Color information

#DFD27B (or 0xDFD27B) is unknown color: approx Wild Rice. HEX triplet: DF, D2 and 7B. RGB value is (223,210,123). Sum of RGB (Red+Green+Blue) = 223+210+123=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD27B is #202D84. Grayscale: #CCCCCC. Windows color (decimal): -2108805 or 8114911. OLE color: 8114911.

HSL color Cylindrical-coordinate representation of color #DFD27B: hue angle of 52.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFD27B is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB223210123-
CMYK00.060.450.13
HSL52.2º60.98%67.84%-
HSV(B)52.2º44.84%87.45%-
XYZ57.0563.2127.93-
YUV203.9782.31141.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 123 (48.44% from 255) = 22.12%
R=40.11%
G=37.77%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321012300.060.450.1352.260.9867.84
HexDFD27B062DD343d44
Octal3373221730655156475104
Binary11011111110100101111011011010110111011101001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD27B; }

 p { color: rgb(223,210,123); }

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

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

 a { background-color: rgb(223,210,123); }

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

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

 span { border-color: rgb(223,210,123); }

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