Html Css Color HEX #DAD101 Bird Flower

📋 copy color: '#DAD101'

red 218 ◦ green 209 ◦ blue 1

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

Shades of Bird Flower #DAD101

Tints of Bird Flower #DAD101

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.83%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 50.93%
G = 48.83%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAD101 (or 0xDAD101) is known color: Bird Flower. HEX triplet: DA, D1 and 01. RGB value is (218,209,1). Sum of RGB (Red+Green+Blue) = 218+209+1=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD101 is #252EFE. Grayscale: #BCBCBC. Windows color (decimal): -2436863 or 119258. OLE color: 119258.

HSL color Cylindrical-coordinate representation of color #DAD101: hue angle of 57.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAD101 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 209 1 -
CMYK 0 0.04 1.00 0.15
HSL 57.51º 0.99% 0.43% -
HSV(B) 57.51º 1% 0.85% -
XYZ 51.72 60.51 8.98 -
YUV 187.98 22.48 149.41 -
System Red Green Blue C M Y K H S L
Decimal 218 209 1 0 0.04 1.00 0.15 57.51 0.99 0.43
Hex DA D1 1 0 4 64 F 3A 63 2B
Octal 332 321 1 0 4 144 17 72 143 53
Binary 11011010 11010001 1 0 100 1100100 1111 111010 1100011 101011

Color Harmonies of #DAD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD101

Black with #DAD101

Text Example


Text Example

White with #DAD101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD101; }

 p { color: rgb(218,209,1); }

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

background-color css

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

 a { background-color: rgb(218,209,1); }

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

border-color css

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

 span { border-color: rgb(218,209,1); }

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