Html Css Color HEX #DAD602 Bird Flower

📋 copy color: '#DAD602'

red 218 ◦ green 214 ◦ blue 2

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

Shades of Bird Flower #DAD602

Tints of Bird Flower #DAD602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 50.23%
G = 49.31%
B = 0.46%

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

#DAD602 (or 0xDAD602) is known color: Bird Flower. HEX triplet: DA, D6 and 02. RGB value is (218,214,2). Sum of RGB (Red+Green+Blue) = 218+214+2=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD602 is #2529FD. Grayscale: #BFBFBF. Windows color (decimal): -2435582 or 186074. OLE color: 186074.

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

Color convert

RGB 218 214 2 -
CMYK 0 0.02 0.99 0.15
HSL 58.89º 0.98% 0.43% -
HSV(B) 58.89º 0.99% 0.85% -
XYZ 52.97 63 9.43 -
YUV 191.03 21.33 147.24 -
System Red Green Blue C M Y K H S L
Decimal 218 214 2 0 0.02 0.99 0.15 58.89 0.98 0.43
Hex DA D6 2 0 2 63 F 3B 62 2B
Octal 332 326 2 0 2 143 17 73 142 53
Binary 11011010 11010110 10 0 10 1100011 1111 111011 1100010 101011

Color Harmonies of #DAD602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD602

Black with #DAD602

Text Example


Text Example

White with #DAD602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD602; }

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

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

background-color css

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

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

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

border-color css

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

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

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