Html Css Color HEX #DAD20E Bird Flower

📋 copy color: '#DAD20E'

red 218 ◦ green 210 ◦ blue 14

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

Shades of Bird Flower #DAD20E

Tints of Bird Flower #DAD20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.51%

 BLUE value IS 14 (5.86% from 255) = 3.17%

R = 49.32%
G = 47.51%
B = 3.17%

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

#DAD20E (or 0xDAD20E) is known color: Bird Flower. HEX triplet: DA, D2 and 0E. RGB value is (218,210,14). Sum of RGB (Red+Green+Blue) = 218+210+14=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD20E is #252DF1. Grayscale: #BEBEBE. Windows color (decimal): -2436594 or 971482. OLE color: 971482.

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

Color convert

RGB 218 210 14 -
CMYK 0 0.04 0.94 0.15
HSL 57.65º 0.88% 0.45% -
HSV(B) 57.65º 0.94% 0.85% -
XYZ 52.04 61.03 9.45 -
YUV 190.05 28.65 147.94 -
System Red Green Blue C M Y K H S L
Decimal 218 210 14 0 0.04 0.94 0.15 57.65 0.88 0.45
Hex DA D2 E 0 4 5E F 3A 58 2D
Octal 332 322 16 0 4 136 17 72 130 55
Binary 11011010 11010010 1110 0 100 1011110 1111 111010 1011000 101101

Color Harmonies of #DAD20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD20E

Black with #DAD20E

Text Example


Text Example

White with #DAD20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD20E; }

 p { color: rgb(218,210,14); }

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

background-color css

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

 a { background-color: rgb(218,210,14); }

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

border-color css

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

 span { border-color: rgb(218,210,14); }

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