#DDD167

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

Shades of Wild Rice #DDD167

Tints of Wild Rice #DDD167

Color information

#DDD167 (or 0xDDD167) is unknown color: approx Wild Rice. HEX triplet: DD, D1 and 67. RGB value is (221,209,103). Sum of RGB (Red+Green+Blue) = 221+209+103=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD167 is #222E98. Grayscale: #C8C8C8. Windows color (decimal): -2240153 or 6803933. OLE color: 6803933.

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

Color convert

RGB221209103-
CMYK00.050.530.13
HSL53.9º63.44%63.53%-
HSV(B)53.9º53.39%86.67%-
XYZ55.0761.9521.89-
YUV200.572.98142.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 103 (40.62% from 255) = 19.32%
R=41.46%
G=39.21%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120910300.050.530.1353.963.4463.53
HexDDD1670535D363f40
Octal3353211470565156677100
Binary11011101110100011100111010111010111011101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD167; }

 p { color: rgb(221,209,103); }

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

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

 a { background-color: rgb(221,209,103); }

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

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

 span { border-color: rgb(221,209,103); }

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