Html Css Color HEX #DBDA02 Bird Flower

📋 copy color: '#DBDA02'

red 219 ◦ green 218 ◦ blue 2

#DBDA02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #DBDA02

Tints of Bird Flower #DBDA02

RGB

 RED value IS 219 (85.94% from 255) = 49.89%

 GREEN value IS 218 (85.55% from 255) = 49.66%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 49.89%
G = 49.66%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBDA02 (or 0xDBDA02) is known color: Bird Flower. HEX triplet: DB, DA and 02. RGB value is (219,218,2). Sum of RGB (Red+Green+Blue) = 219+218+2=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA02 is #2425FD. Grayscale: #C2C2C2. Windows color (decimal): -2369022 or 187099. OLE color: 187099.

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

Color convert

RGB 219 218 2 -
CMYK 0 0.00 0.99 0.14
HSL 59.72º 0.98% 0.43% -
HSV(B) 59.72º 0.99% 0.86% -
XYZ 54.3 65.21 9.78 -
YUV 193.68 19.83 146.06 -
System Red Green Blue C M Y K H S L
Decimal 219 218 2 0 0.00 0.99 0.14 59.72 0.98 0.43
Hex DB DA 2 0 0 63 E 3C 62 2B
Octal 333 332 2 0 0 143 16 74 142 53
Binary 11011011 11011010 10 0 0 1100011 1110 111100 1100010 101011

Color Harmonies of #DBDA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA02

Black with #DBDA02

Text Example


Text Example

White with #DBDA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA02; }

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

 H1.HeaderClassName
 {
   color: #DBDA02;
 }
 .AnyTagClassName
 {
   color: #DBDA02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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