Html Css Color HEX #DADB00 Bird Flower

📋 copy color: '#DADB00'

red 218 ◦ green 219 ◦ blue 0

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

Shades of Bird Flower #DADB00

Tints of Bird Flower #DADB00

RGB

 RED value IS 218 (85.55% from 255) = 49.89%

 GREEN value IS 219 (85.94% from 255) = 50.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.89%
G = 50.11%
B = 0%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DADB00 (or 0xDADB00) is known color: Bird Flower. HEX triplet: DA, DB and 00. RGB value is (218,219,0). Sum of RGB (Red+Green+Blue) = 218+219+0=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB00 is #2524FF. Grayscale: #C2C2C2. Windows color (decimal): -2434304 or 56282. OLE color: 56282.

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

Color convert

RGB 218 219 0 -
CMYK 0.00 0 1 0.14
HSL 60.27º 1% 0.43% -
HSV(B) 60.27º 1% 0.86% -
XYZ 54.24 65.57 9.8 -
YUV 193.74 18.67 145.31 -
System Red Green Blue C M Y K H S L
Decimal 218 219 0 0.00 0 1 0.14 60.27 1 0.43
Hex DA DB 0 0 0 64 E 3C 64 2B
Octal 332 333 0 0 0 144 16 74 144 53
Binary 11011010 11011011 0 0 0 1100100 1110 111100 1100100 101011

Color Harmonies of #DADB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB00

Black with #DADB00

Text Example


Text Example

White with #DADB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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