Html Css Color HEX #DAD308 Bird Flower

📋 copy color: '#DAD308'

red 218 ◦ green 211 ◦ blue 8

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

Shades of Bird Flower #DAD308

Tints of Bird Flower #DAD308

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.28%

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

R = 49.89%
G = 48.28%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAD308 (or 0xDAD308) is known color: Bird Flower. HEX triplet: DA, D3 and 08. RGB value is (218,211,8). Sum of RGB (Red+Green+Blue) = 218+211+8=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD308 is #252CF7. Grayscale: #BEBEBE. Windows color (decimal): -2436344 or 578522. OLE color: 578522.

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

Color convert

RGB 218 211 8 -
CMYK 0 0.03 0.96 0.15
HSL 58º 0.93% 0.44% -
HSV(B) 58º 0.96% 0.85% -
XYZ 52.25 61.51 9.35 -
YUV 189.95 25.32 148.01 -
System Red Green Blue C M Y K H S L
Decimal 218 211 8 0 0.03 0.96 0.15 58 0.93 0.44
Hex DA D3 8 0 3 60 F 3A 5D 2C
Octal 332 323 10 0 3 140 17 72 135 54
Binary 11011010 11010011 1000 0 11 1100000 1111 111010 1011101 101100

Color Harmonies of #DAD308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD308

Black with #DAD308

Text Example


Text Example

White with #DAD308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD308; }

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

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

background-color css

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

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

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

border-color css

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

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

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