Html Css Color HEX #DAD000 Bird Flower

📋 copy color: '#DAD000'

red 218 ◦ green 208 ◦ blue 0

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

Shades of Bird Flower #DAD000

Tints of Bird Flower #DAD000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.17%
G = 48.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAD000 (or 0xDAD000) is known color: Bird Flower. HEX triplet: DA, D0 and 00. RGB value is (218,208,0). Sum of RGB (Red+Green+Blue) = 218+208+0=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD000 is #252FFF. Grayscale: #BCBCBC. Windows color (decimal): -2437120 or 53466. OLE color: 53466.

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

Color convert

RGB 218 208 0 -
CMYK 0 0.05 1 0.15
HSL 57.25º 1% 0.43% -
HSV(B) 57.25º 1% 0.85% -
XYZ 51.47 60.02 8.87 -
YUV 187.28 22.31 149.91 -
System Red Green Blue C M Y K H S L
Decimal 218 208 0 0 0.05 1 0.15 57.25 1 0.43
Hex DA D0 0 0 5 64 F 39 64 2B
Octal 332 320 0 0 5 144 17 71 144 53
Binary 11011010 11010000 0 0 101 1100100 1111 111001 1100100 101011

Color Harmonies of #DAD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD000

Black with #DAD000

Text Example


Text Example

White with #DAD000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD000; }

 p { color: rgb(218,208,0); }

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

background-color css

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

 a { background-color: rgb(218,208,0); }

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

border-color css

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

 span { border-color: rgb(218,208,0); }

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