Html Css Color HEX #DADB09 Bird Flower

📋 copy color: '#DADB09'

red 218 ◦ green 219 ◦ blue 9

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

Shades of Bird Flower #DADB09

Tints of Bird Flower #DADB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.02%

R = 48.88%
G = 49.1%
B = 2.02%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DADB09 (or 0xDADB09) is known color: Bird Flower. HEX triplet: DA, DB and 09. RGB value is (218,219,9). Sum of RGB (Red+Green+Blue) = 218+219+9=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 9 (3.91% from 255 or 2.02% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB09 is #2524F6. Grayscale: #C3C3C3. Windows color (decimal): -2434295 or 646106. OLE color: 646106.

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

Color convert

RGB 218 219 9 -
CMYK 0.00 0 0.96 0.14
HSL 60.29º 0.92% 0.45% -
HSV(B) 60.29º 0.96% 0.86% -
XYZ 54.29 65.59 10.06 -
YUV 194.76 23.17 144.58 -
System Red Green Blue C M Y K H S L
Decimal 218 219 9 0.00 0 0.96 0.14 60.29 0.92 0.45
Hex DA DB 9 0 0 60 E 3C 5C 2D
Octal 332 333 11 0 0 140 16 74 134 55
Binary 11011010 11011011 1001 0 0 1100000 1110 111100 1011100 101101

Color Harmonies of #DADB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB09

Black with #DADB09

Text Example


Text Example

White with #DADB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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