#DBCA0A

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

Shades of Bird Flower #DBCA0A

Tints of Bird Flower #DBCA0A

Color information

#DBCA0A (or 0xDBCA0A) is unknown color: approx Bird Flower. HEX triplet: DB, CA and 0A. RGB value is (219,202,10). Sum of RGB (Red+Green+Blue) = 219+202+10=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA0A is #2435F5. Grayscale: #B9B9B9. Windows color (decimal): -2373110 or 707291. OLE color: 707291.

HSL color Cylindrical-coordinate representation of color #DBCA0A: hue angle of 55.12º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBCA0A is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB21920210-
CMYK00.080.950.14
HSL55.12º91.27%44.9%-
HSV(B)55.12º95.43%85.88%-
XYZ50.3957.328.7-
YUV185.229.13152.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.81%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 10 (4.30% from 255) = 2.32%
R=50.81%
G=46.87%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192021000.080.950.1455.1291.2744.9
HexDBCAA085FE375b2d
Octal33331212010137166713355
Binary1101101111001010101001000101111111101101111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCA0A; }

 p { color: rgb(219,202,10); }

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

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

 a { background-color: rgb(219,202,10); }

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

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

 span { border-color: rgb(219,202,10); }

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