Html Css Color HEX #DADB08 Bird Flower

📋 copy color: '#DADB08'

red 218 ◦ green 219 ◦ blue 8

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

Shades of Bird Flower #DADB08

Tints of Bird Flower #DADB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.8%

R = 48.99%
G = 49.21%
B = 1.8%

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

#DADB08 (or 0xDADB08) is known color: Bird Flower. HEX triplet: DA, DB and 08. RGB value is (218,219,8). Sum of RGB (Red+Green+Blue) = 218+219+8=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB08 is #2524F7. Grayscale: #C3C3C3. Windows color (decimal): -2434296 or 580570. OLE color: 580570.

HSL color Cylindrical-coordinate representation of color #DADB08: hue angle of 60.28º degrees, saturation: 0.93, 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 #DADB08 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 8 -
CMYK 0.00 0 0.96 0.14
HSL 60.28º 0.93% 0.45% -
HSV(B) 60.28º 0.96% 0.86% -
XYZ 54.29 65.59 10.03 -
YUV 194.65 22.67 144.66 -
System Red Green Blue C M Y K H S L
Decimal 218 219 8 0.00 0 0.96 0.14 60.28 0.93 0.45
Hex DA DB 8 0 0 60 E 3C 5D 2D
Octal 332 333 10 0 0 140 16 74 135 55
Binary 11011010 11011011 1000 0 0 1100000 1110 111100 1011101 101101

Color Harmonies of #DADB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB08

Black with #DADB08

Text Example


Text Example

White with #DADB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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