#DBCE6E

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

Shades of Wild Rice #DBCE6E

Tints of Wild Rice #DBCE6E

Color information

#DBCE6E (or 0xDBCE6E) is unknown color: approx Wild Rice. HEX triplet: DB, CE and 6E. RGB value is (219,206,110). Sum of RGB (Red+Green+Blue) = 219+206+110=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE6E is #243191. Grayscale: #C7C7C7. Windows color (decimal): -2371986 or 7261915. OLE color: 7261915.

HSL color Cylindrical-coordinate representation of color #DBCE6E: hue angle of 52.84º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBCE6E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219206110-
CMYK00.060.500.14
HSL52.84º60.22%64.51%-
HSV(B)52.84º49.77%85.88%-
XYZ54.160.3323.55-
YUV198.9477.81142.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 110 (43.36% from 255) = 20.56%
R=40.93%
G=38.50%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920611000.060.500.1452.8460.2264.51
HexDBCE6E0632E353c41
Octal3333161560662166574101
Binary11011011110011101101110011011001011101101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCE6E; }

 p { color: rgb(219,206,110); }

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

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

 a { background-color: rgb(219,206,110); }

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

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

 span { border-color: rgb(219,206,110); }

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