#ddd272

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

Shades of Wild Rice #DDD272

Tints of Wild Rice #DDD272

Color information

#DDD272 (or 0xDDD272) is unknown color: approx Wild Rice. HEX triplet: DD, D2 and 72. RGB value is (221,210,114). Sum of RGB (Red+Green+Blue) = 221+210+114=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD272 is #222D8D. Grayscale: #CACACA. Windows color (decimal): -2239886 or 7525085. OLE color: 7525085.

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

Color convert

RGB221210114-
CMYK00.050.480.13
HSL53.83º61.14%65.69%-
HSV(B)53.83º48.42%86.67%-
XYZ55.962.6825.07-
YUV202.3478.14141.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 114 (44.92% from 255) = 20.92%
R=40.55%
G=38.53%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121011400.050.480.1353.8361.1465.69
HexDDD2720530D363d42
Octal3353221620560156675102
Binary11011101110100101110010010111000011011101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd272; }

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

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

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

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

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

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

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

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