#DBCD6A

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

Shades of Wild Rice #DBCD6A

Tints of Wild Rice #DBCD6A

Color information

#DBCD6A (or 0xDBCD6A) is unknown color: approx Wild Rice. HEX triplet: DB, CD and 6A. RGB value is (219,205,106). Sum of RGB (Red+Green+Blue) = 219+205+106=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD6A is #243295. Grayscale: #C6C6C6. Windows color (decimal): -2372246 or 6999515. OLE color: 6999515.

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

Color convert

RGB219205106-
CMYK00.060.520.14
HSL52.57º61.08%63.73%-
HSV(B)52.57º51.6%85.88%-
XYZ53.6559.7622.34-
YUV197.976.14143.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 106 (41.80% from 255) = 20%
R=41.32%
G=38.68%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920510600.060.520.1452.5761.0863.73
HexDBCD6A0634E353d40
Octal3333151520664166575100
Binary11011011110011011101010011011010011101101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD6A; }

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

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

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

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

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

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

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

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