Html Css Color HEX #DAD30E Bird Flower

📋 copy color: '#DAD30E'

red 218 ◦ green 211 ◦ blue 14

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

Shades of Bird Flower #DAD30E

Tints of Bird Flower #DAD30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.63%

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

R = 49.21%
G = 47.63%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAD30E (or 0xDAD30E) is known color: Bird Flower. HEX triplet: DA, D3 and 0E. RGB value is (218,211,14). Sum of RGB (Red+Green+Blue) = 218+211+14=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD30E is #252CF1. Grayscale: #BFBFBF. Windows color (decimal): -2436338 or 971738. OLE color: 971738.

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

Color convert

RGB 218 211 14 -
CMYK 0 0.03 0.94 0.15
HSL 57.94º 0.88% 0.45% -
HSV(B) 57.94º 0.94% 0.85% -
XYZ 52.29 61.53 9.54 -
YUV 190.64 28.32 147.52 -
System Red Green Blue C M Y K H S L
Decimal 218 211 14 0 0.03 0.94 0.15 57.94 0.88 0.45
Hex DA D3 E 0 3 5E F 3A 58 2D
Octal 332 323 16 0 3 136 17 72 130 55
Binary 11011010 11010011 1110 0 11 1011110 1111 111010 1011000 101101

Color Harmonies of #DAD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD30E

Black with #DAD30E

Text Example


Text Example

White with #DAD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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