Html Css Color HEX #DAD10D Bird Flower

📋 copy color: '#DAD10D'

red 218 ◦ green 209 ◦ blue 13

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

Shades of Bird Flower #DAD10D

Tints of Bird Flower #DAD10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 49.55%
G = 47.5%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAD10D (or 0xDAD10D) is known color: Bird Flower. HEX triplet: DA, D1 and 0D. RGB value is (218,209,13). Sum of RGB (Red+Green+Blue) = 218+209+13=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD10D is #252EF2. Grayscale: #BEBEBE. Windows color (decimal): -2436851 or 905690. OLE color: 905690.

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

Color convert

RGB 218 209 13 -
CMYK 0 0.04 0.94 0.15
HSL 57.37º 0.89% 0.45% -
HSV(B) 57.37º 0.94% 0.85% -
XYZ 51.79 60.54 9.34 -
YUV 189.35 28.48 148.44 -
System Red Green Blue C M Y K H S L
Decimal 218 209 13 0 0.04 0.94 0.15 57.37 0.89 0.45
Hex DA D1 D 0 4 5E F 39 59 2D
Octal 332 321 15 0 4 136 17 71 131 55
Binary 11011010 11010001 1101 0 100 1011110 1111 111001 1011001 101101

Color Harmonies of #DAD10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD10D

Black with #DAD10D

Text Example


Text Example

White with #DAD10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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