#DCD167

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

Shades of Wild Rice #DCD167

Tints of Wild Rice #DCD167

Color information

#DCD167 (or 0xDCD167) is unknown color: approx Wild Rice. HEX triplet: DC, D1 and 67. RGB value is (220,209,103). Sum of RGB (Red+Green+Blue) = 220+209+103=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD167 is #232E98. Grayscale: #C8C8C8. Windows color (decimal): -2305689 or 6803932. OLE color: 6803932.

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

Color convert

RGB220209103-
CMYK00.050.530.14
HSL54.36º62.57%63.33%-
HSV(B)54.36º53.18%86.27%-
XYZ54.7661.821.87-
YUV200.273.14142.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 209 (82.03% from 255) = 39.29%
BLUE value IS 103 (40.62% from 255) = 19.36%
R=41.35%
G=39.29%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020910300.050.530.1454.3662.5763.33
HexDCD1670535E363f3f
Octal334321147056516667777
Binary1101110011010001110011101011101011110110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD167; }

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

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

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

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

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

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

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

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