Html Css Color HEX #DAD908 Bird Flower

📋 copy color: '#DAD908'

red 218 ◦ green 217 ◦ blue 8

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

Shades of Bird Flower #DAD908

Tints of Bird Flower #DAD908

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.98%

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

R = 49.21%
G = 48.98%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAD908 (or 0xDAD908) is known color: Bird Flower. HEX triplet: DA, D9 and 08. RGB value is (218,217,8). Sum of RGB (Red+Green+Blue) = 218+217+8=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD908 is #2526F7. Grayscale: #C2C2C2. Windows color (decimal): -2434808 or 580058. OLE color: 580058.

HSL color Cylindrical-coordinate representation of color #DAD908: hue angle of 59.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAD908 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 8 -
CMYK 0 0.00 0.96 0.15
HSL 59.71º 0.93% 0.44% -
HSV(B) 59.71º 0.96% 0.85% -
XYZ 53.77 64.55 9.85 -
YUV 193.47 23.33 145.49 -
System Red Green Blue C M Y K H S L
Decimal 218 217 8 0 0.00 0.96 0.15 59.71 0.93 0.44
Hex DA D9 8 0 0 60 F 3C 5D 2C
Octal 332 331 10 0 0 140 17 74 135 54
Binary 11011010 11011001 1000 0 0 1100000 1111 111100 1011101 101100

Color Harmonies of #DAD908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD908

Black with #DAD908

Text Example


Text Example

White with #DAD908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD908; }

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

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

background-color css

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

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

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

border-color css

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

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

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