Html Css Color HEX #DAD10F Bird Flower

📋 copy color: '#DAD10F'

red 218 ◦ green 209 ◦ blue 15

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

Shades of Bird Flower #DAD10F

Tints of Bird Flower #DAD10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 49.32%
G = 47.29%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAD10F (or 0xDAD10F) is known color: Bird Flower. HEX triplet: DA, D1 and 0F. RGB value is (218,209,15). Sum of RGB (Red+Green+Blue) = 218+209+15=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD10F is #252EF0. Grayscale: #BEBEBE. Windows color (decimal): -2436849 or 1036762. OLE color: 1036762.

HSL color Cylindrical-coordinate representation of color #DAD10F: hue angle of 57.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAD10F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 209 15 -
CMYK 0 0.04 0.93 0.15
HSL 57.34º 0.87% 0.46% -
HSV(B) 57.34º 0.93% 0.85% -
XYZ 51.8 60.54 9.41 -
YUV 189.58 29.48 148.27 -
System Red Green Blue C M Y K H S L
Decimal 218 209 15 0 0.04 0.93 0.15 57.34 0.87 0.46
Hex DA D1 F 0 4 5D F 39 57 2E
Octal 332 321 17 0 4 135 17 71 127 56
Binary 11011010 11010001 1111 0 100 1011101 1111 111001 1010111 101110

Color Harmonies of #DAD10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD10F

Black with #DAD10F

Text Example


Text Example

White with #DAD10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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