#DBD781

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

Shades of Wild Rice #DBD781

Tints of Wild Rice #DBD781

Color information

#DBD781 (or 0xDBD781) is unknown color: approx Wild Rice. HEX triplet: DB, D7 and 81. RGB value is (219,215,129). Sum of RGB (Red+Green+Blue) = 219+215+129=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD781 is #24287E. Grayscale: #CECECE. Windows color (decimal): -2369663 or 8509403. OLE color: 8509403.

HSL color Cylindrical-coordinate representation of color #DBD781: hue angle of 57.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBD781 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219215129-
CMYK00.020.410.14
HSL57.33º55.56%68.24%-
HSV(B)57.33º41.1%85.88%-
XYZ57.4865.2530.33-
YUV206.3984.33136.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 129 (50.78% from 255) = 22.91%
R=38.90%
G=38.19%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921512900.020.410.1457.3355.5668.24
HexDBD7810229E393844
Octal3333272010251167170104
Binary11011011110101111000000101010100111101110011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD781; }

 p { color: rgb(219,215,129); }

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

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

 a { background-color: rgb(219,215,129); }

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

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

 span { border-color: rgb(219,215,129); }

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