#DBC001

Color #DBC001 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #DBC001

Tints of Bird Flower #DBC001

Color information

#DBC001 (or 0xDBC001) is unknown color: approx Bird Flower. HEX triplet: DB, C0 and 01. RGB value is (219,192,1). Sum of RGB (Red+Green+Blue) = 219+192+1=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC001 is #243FFE. Grayscale: #B3B3B3. Windows color (decimal): -2375679 or 114907. OLE color: 114907.

HSL color Cylindrical-coordinate representation of color #DBC001: hue angle of 52.57º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBC001 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB2191921-
CMYK00.121.000.14
HSL52.57º99.09%43.14%-
HSV(B)52.57º99.54%85.88%-
XYZ48.0752.767.68-
YUV178.327.95157.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.16%
GREEN value IS 192 (75.39% from 255) = 46.60%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=53.16%
G=46.60%
B=0.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219192100.121.000.1452.5799.0943.14
HexDBC010C64E35632b
Octal3333001014144166514353
Binary1101101111000000101100110010011101101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC001; }

 p { color: rgb(219,192,1); }

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

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

 a { background-color: rgb(219,192,1); }

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

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

 span { border-color: rgb(219,192,1); }

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