Html Css Color HEX #DAD603 Bird Flower

📋 copy color: '#DAD603'

red 218 ◦ green 214 ◦ blue 3

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

Shades of Bird Flower #DAD603

Tints of Bird Flower #DAD603

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.2%

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

R = 50.11%
G = 49.2%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAD603 (or 0xDAD603) is known color: Bird Flower. HEX triplet: DA, D6 and 03. RGB value is (218,214,3). Sum of RGB (Red+Green+Blue) = 218+214+3=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD603 is #2529FC. Grayscale: #BFBFBF. Windows color (decimal): -2435581 or 251610. OLE color: 251610.

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

Color convert

RGB 218 214 3 -
CMYK 0 0.02 0.99 0.15
HSL 58.88º 0.97% 0.43% -
HSV(B) 58.88º 0.99% 0.85% -
XYZ 52.98 63.01 9.46 -
YUV 191.14 21.83 147.16 -
System Red Green Blue C M Y K H S L
Decimal 218 214 3 0 0.02 0.99 0.15 58.88 0.97 0.43
Hex DA D6 3 0 2 63 F 3B 61 2B
Octal 332 326 3 0 2 143 17 73 141 53
Binary 11011010 11010110 11 0 10 1100011 1111 111011 1100001 101011

Color Harmonies of #DAD603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD603

Black with #DAD603

Text Example


Text Example

White with #DAD603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD603; }

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

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

background-color css

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

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

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

border-color css

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

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

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