Html Css Color HEX #DAD50D Bird Flower

📋 copy color: '#DAD50D'

red 218 ◦ green 213 ◦ blue 13

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

Shades of Bird Flower #DAD50D

Tints of Bird Flower #DAD50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.97%

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

R = 49.1%
G = 47.97%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAD50D (or 0xDAD50D) is known color: Bird Flower. HEX triplet: DA, D5 and 0D. RGB value is (218,213,13). Sum of RGB (Red+Green+Blue) = 218+213+13=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD50D is #252AF2. Grayscale: #C0C0C0. Windows color (decimal): -2435827 or 906714. OLE color: 906714.

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

Color convert

RGB 218 213 13 -
CMYK 0 0.02 0.94 0.15
HSL 58.54º 0.89% 0.45% -
HSV(B) 58.54º 0.94% 0.85% -
XYZ 52.78 62.52 9.67 -
YUV 191.7 27.16 146.76 -
System Red Green Blue C M Y K H S L
Decimal 218 213 13 0 0.02 0.94 0.15 58.54 0.89 0.45
Hex DA D5 D 0 2 5E F 3B 59 2D
Octal 332 325 15 0 2 136 17 73 131 55
Binary 11011010 11010101 1101 0 10 1011110 1111 111011 1011001 101101

Color Harmonies of #DAD50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD50D

Black with #DAD50D

Text Example


Text Example

White with #DAD50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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