#DBCC6A

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

Shades of Wild Rice #DBCC6A

Tints of Wild Rice #DBCC6A

Color information

#DBCC6A (or 0xDBCC6A) is unknown color: approx Wild Rice. HEX triplet: DB, CC and 6A. RGB value is (219,204,106). Sum of RGB (Red+Green+Blue) = 219+204+106=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC6A is #243395. Grayscale: #C5C5C5. Windows color (decimal): -2372502 or 6999259. OLE color: 6999259.

HSL color Cylindrical-coordinate representation of color #DBCC6A: hue angle of 52.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBCC6A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB219204106-
CMYK00.070.520.14
HSL52.04º61.08%63.73%-
HSV(B)52.04º51.6%85.88%-
XYZ53.4159.2922.26-
YUV197.3176.47143.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=41.40%
G=38.56%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920410600.070.520.1452.0461.0863.73
HexDBCC6A0734E343d40
Octal3333141520764166475100
Binary11011011110011001101010011111010011101101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC6A; }

 p { color: rgb(219,204,106); }

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

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

 a { background-color: rgb(219,204,106); }

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

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

 span { border-color: rgb(219,204,106); }

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