Html Css Color HEX #DAD103 Bird Flower

📋 copy color: '#DAD103'

red 218 ◦ green 209 ◦ blue 3

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

Shades of Bird Flower #DAD103

Tints of Bird Flower #DAD103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 50.7%
G = 48.6%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAD103 (or 0xDAD103) is known color: Bird Flower. HEX triplet: DA, D1 and 03. RGB value is (218,209,3). Sum of RGB (Red+Green+Blue) = 218+209+3=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD103 is #252EFC. Grayscale: #BDBDBD. Windows color (decimal): -2436861 or 250330. OLE color: 250330.

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

Color convert

RGB 218 209 3 -
CMYK 0 0.04 0.99 0.15
HSL 57.49º 0.97% 0.43% -
HSV(B) 57.49º 0.99% 0.85% -
XYZ 51.73 60.51 9.04 -
YUV 188.21 23.48 149.25 -
System Red Green Blue C M Y K H S L
Decimal 218 209 3 0 0.04 0.99 0.15 57.49 0.97 0.43
Hex DA D1 3 0 4 63 F 39 61 2B
Octal 332 321 3 0 4 143 17 71 141 53
Binary 11011010 11010001 11 0 100 1100011 1111 111001 1100001 101011

Color Harmonies of #DAD103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD103

Black with #DAD103

Text Example


Text Example

White with #DAD103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD103; }

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

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

background-color css

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

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

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

border-color css

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

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

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