Html Css Color HEX #DAD201 Bird Flower

📋 copy color: '#DAD201'

red 218 ◦ green 210 ◦ blue 1

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

Shades of Bird Flower #DAD201

Tints of Bird Flower #DAD201

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.95%

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

R = 50.82%
G = 48.95%
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

#DAD201 (or 0xDAD201) is known color: Bird Flower. HEX triplet: DA, D2 and 01. RGB value is (218,210,1). Sum of RGB (Red+Green+Blue) = 218+210+1=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD201 is #252DFE. Grayscale: #BDBDBD. Windows color (decimal): -2436607 or 119514. OLE color: 119514.

HSL color Cylindrical-coordinate representation of color #DAD201: hue angle of 57.79º 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 #DAD201 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 1 -
CMYK 0 0.04 1.00 0.15
HSL 57.79º 0.99% 0.43% -
HSV(B) 57.79º 1% 0.85% -
XYZ 51.97 61 9.06 -
YUV 188.57 22.15 148.99 -
System Red Green Blue C M Y K H S L
Decimal 218 210 1 0 0.04 1.00 0.15 57.79 0.99 0.43
Hex DA D2 1 0 4 64 F 3A 63 2B
Octal 332 322 1 0 4 144 17 72 143 53
Binary 11011010 11010010 1 0 100 1100100 1111 111010 1100011 101011

Color Harmonies of #DAD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD201

Black with #DAD201

Text Example


Text Example

White with #DAD201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD201; }

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

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

background-color css

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

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

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

border-color css

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

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

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