#D8D27B

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

Shades of Wild Rice #D8D27B

Tints of Wild Rice #D8D27B

Color information

#D8D27B (or 0xD8D27B) is unknown color: approx Wild Rice. HEX triplet: D8, D2 and 7B. RGB value is (216,210,123). Sum of RGB (Red+Green+Blue) = 216+210+123=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D27B is #272D84. Grayscale: #CACACA. Windows color (decimal): -2567557 or 8114904. OLE color: 8114904.

HSL color Cylindrical-coordinate representation of color #D8D27B: hue angle of 56.13º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8D27B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216210123-
CMYK00.030.430.15
HSL56.13º54.39%66.47%-
HSV(B)56.13º43.06%84.71%-
XYZ54.9462.1227.83-
YUV201.8883.49138.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 123 (48.44% from 255) = 22.40%
R=39.34%
G=38.25%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621012300.030.430.1556.1354.3966.47
HexD8D27B032BF383642
Octal3303221730353177066102
Binary1101100011010010111101101110101111111110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D27B; }

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

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

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

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

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

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

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

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