#DBCC70

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

Shades of Wild Rice #DBCC70

Tints of Wild Rice #DBCC70

Color information

#DBCC70 (or 0xDBCC70) is unknown color: approx Wild Rice. HEX triplet: DB, CC and 70. RGB value is (219,204,112). Sum of RGB (Red+Green+Blue) = 219+204+112=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC70 is #24338F. Grayscale: #C6C6C6. Windows color (decimal): -2372496 or 7392475. OLE color: 7392475.

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

Color convert

RGB219204112-
CMYK00.070.490.14
HSL51.59º59.78%64.9%-
HSV(B)51.59º48.86%85.88%-
XYZ53.7359.4223.97-
YUV19879.47142.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=40.93%
G=38.13%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920411200.070.490.1451.5959.7864.9
HexDBCC700731E343c41
Octal3333141600761166474101
Binary11011011110011001110000011111000111101101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC70; }

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

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

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

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

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

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

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

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