#DABE02

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

Shades of Bird Flower #DABE02

Tints of Bird Flower #DABE02

Color information

#DABE02 (or 0xDABE02) is unknown color: approx Bird Flower. HEX triplet: DA, BE and 02. RGB value is (218,190,2). Sum of RGB (Red+Green+Blue) = 218+190+2=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABE02 is #2541FD. Grayscale: #B1B1B1. Windows color (decimal): -2441726 or 179930. OLE color: 179930.

HSL color Cylindrical-coordinate representation of color #DABE02: hue angle of 52.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DABE02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB2181902-
CMYK00.130.990.15
HSL52.22º98.18%43.14%-
HSV(B)52.22º99.08%85.49%-
XYZ47.3451.747.55-
YUV176.9429.28157.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.17%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=53.17%
G=46.34%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218190200.130.990.1552.2298.1843.14
HexDABE20D63F34622b
Octal3322762015143176414253
Binary11011010101111101001101110001111111101001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE02; }

 p { color: rgb(218,190,2); }

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

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

 a { background-color: rgb(218,190,2); }

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

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

 span { border-color: rgb(218,190,2); }

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