Html Css Color HEX #DAD708 Bird Flower

📋 copy color: '#DAD708'

red 218 ◦ green 215 ◦ blue 8

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

Shades of Bird Flower #DAD708

Tints of Bird Flower #DAD708

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.75%

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

R = 49.43%
G = 48.75%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAD708 (or 0xDAD708) is known color: Bird Flower. HEX triplet: DA, D7 and 08. RGB value is (218,215,8). Sum of RGB (Red+Green+Blue) = 218+215+8=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD708 is #2528F7. Grayscale: #C1C1C1. Windows color (decimal): -2435320 or 579546. OLE color: 579546.

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

Color convert

RGB 218 215 8 -
CMYK 0 0.01 0.96 0.15
HSL 59.14º 0.93% 0.44% -
HSV(B) 59.14º 0.96% 0.85% -
XYZ 53.26 63.52 9.68 -
YUV 192.3 23.99 146.33 -
System Red Green Blue C M Y K H S L
Decimal 218 215 8 0 0.01 0.96 0.15 59.14 0.93 0.44
Hex DA D7 8 0 1 60 F 3B 5D 2C
Octal 332 327 10 0 1 140 17 73 135 54
Binary 11011010 11010111 1000 0 1 1100000 1111 111011 1011101 101100

Color Harmonies of #DAD708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD708

Black with #DAD708

Text Example


Text Example

White with #DAD708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD708; }

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

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

background-color css

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

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

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

border-color css

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

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

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