#DBCF6E

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

Shades of Wild Rice #DBCF6E

Tints of Wild Rice #DBCF6E

Color information

#DBCF6E (or 0xDBCF6E) is unknown color: approx Wild Rice. HEX triplet: DB, CF and 6E. RGB value is (219,207,110). Sum of RGB (Red+Green+Blue) = 219+207+110=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF6E is #243091. Grayscale: #C7C7C7. Windows color (decimal): -2371730 or 7262171. OLE color: 7262171.

HSL color Cylindrical-coordinate representation of color #DBCF6E: hue angle of 53.39º 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 #DBCF6E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219207110-
CMYK00.050.500.14
HSL53.39º60.22%64.51%-
HSV(B)53.39º49.77%85.88%-
XYZ54.3460.8123.63-
YUV199.5377.48141.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=40.86%
G=38.62%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920711000.050.500.1453.3960.2264.51
HexDBCF6E0532E353c41
Octal3333171560562166574101
Binary11011011110011111101110010111001011101101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCF6E; }

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

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

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

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

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

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

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

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