#DED27B

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

Shades of Wild Rice #DED27B

Tints of Wild Rice #DED27B

Color information

#DED27B (or 0xDED27B) is unknown color: approx Wild Rice. HEX triplet: DE, D2 and 7B. RGB value is (222,210,123). Sum of RGB (Red+Green+Blue) = 222+210+123=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DED27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED27B is #212D84. Grayscale: #CCCCCC. Windows color (decimal): -2174341 or 8114910. OLE color: 8114910.

HSL color Cylindrical-coordinate representation of color #DED27B: hue angle of 52.73º degrees, saturation: 0.6, 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 #DED27B is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB222210123-
CMYK00.050.450.13
HSL52.73º60%67.65%-
HSV(B)52.73º44.59%87.06%-
XYZ56.7563.0527.92-
YUV203.6782.48141.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 123 (48.44% from 255) = 22.16%
R=40%
G=37.84%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221012300.050.450.1352.736067.65
HexDED27B052DD353c44
Octal3363221730555156574104
Binary11011110110100101111011010110110111011101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED27B; }

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

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

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

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

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

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

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

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