Html Css Color HEX #DAD702 Bird Flower

📋 copy color: '#DAD702'

red 218 ◦ green 215 ◦ blue 2

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

Shades of Bird Flower #DAD702

Tints of Bird Flower #DAD702

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.43%

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

R = 50.11%
G = 49.43%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAD702 (or 0xDAD702) is known color: Bird Flower. HEX triplet: DA, D7 and 02. RGB value is (218,215,2). Sum of RGB (Red+Green+Blue) = 218+215+2=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD702 is #2528FD. Grayscale: #C0C0C0. Windows color (decimal): -2435326 or 186330. OLE color: 186330.

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

Color convert

RGB 218 215 2 -
CMYK 0 0.01 0.99 0.15
HSL 59.17º 0.98% 0.43% -
HSV(B) 59.17º 0.99% 0.85% -
XYZ 53.22 63.51 9.51 -
YUV 191.62 20.99 146.82 -
System Red Green Blue C M Y K H S L
Decimal 218 215 2 0 0.01 0.99 0.15 59.17 0.98 0.43
Hex DA D7 2 0 1 63 F 3B 62 2B
Octal 332 327 2 0 1 143 17 73 142 53
Binary 11011010 11010111 10 0 1 1100011 1111 111011 1100010 101011

Color Harmonies of #DAD702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD702

Black with #DAD702

Text Example


Text Example

White with #DAD702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD702; }

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

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

background-color css

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

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

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

border-color css

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

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

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