#DDD27B

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

Shades of Wild Rice #DDD27B

Tints of Wild Rice #DDD27B

Color information

#DDD27B (or 0xDDD27B) is unknown color: approx Wild Rice. HEX triplet: DD, D2 and 7B. RGB value is (221,210,123). Sum of RGB (Red+Green+Blue) = 221+210+123=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD27B is #222D84. Grayscale: #CBCBCB. Windows color (decimal): -2239877 or 8114909. OLE color: 8114909.

HSL color Cylindrical-coordinate representation of color #DDD27B: hue angle of 53.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDD27B is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221210123-
CMYK00.050.440.13
HSL53.27º59.04%67.45%-
HSV(B)53.27º44.34%86.67%-
XYZ56.4462.927.9-
YUV203.3782.64140.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 210 (82.42% from 255) = 37.91%
BLUE value IS 123 (48.44% from 255) = 22.20%
R=39.89%
G=37.91%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121012300.050.440.1353.2759.0467.45
HexDDD27B052CD353b43
Octal3353221730554156573103
Binary11011101110100101111011010110110011011101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD27B; }

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

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

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

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

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

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

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

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