#DBCC6B

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

Shades of Wild Rice #DBCC6B

Tints of Wild Rice #DBCC6B

Color information

#DBCC6B (or 0xDBCC6B) is unknown color: approx Wild Rice. HEX triplet: DB, CC and 6B. RGB value is (219,204,107). Sum of RGB (Red+Green+Blue) = 219+204+107=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC6B is #243394. Grayscale: #C5C5C5. Windows color (decimal): -2372501 or 7064795. OLE color: 7064795.

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

Color convert

RGB219204107-
CMYK00.070.510.14
HSL51.96º60.87%63.92%-
HSV(B)51.96º51.14%85.88%-
XYZ53.4659.3122.54-
YUV197.4376.97143.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 107 (42.19% from 255) = 20.19%
R=41.32%
G=38.49%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920410700.070.510.1451.9660.8763.92
HexDBCC6B0733E343d40
Octal3333141530763166475100
Binary11011011110011001101011011111001111101101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC6B; }

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

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

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

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

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

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

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

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