Html Css Color HEX #DAD507 Bird Flower

📋 copy color: '#DAD507'

red 218 ◦ green 213 ◦ blue 7

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

Shades of Bird Flower #DAD507

Tints of Bird Flower #DAD507

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.63%

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 49.77%
G = 48.63%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAD507 (or 0xDAD507) is known color: Bird Flower. HEX triplet: DA, D5 and 07. RGB value is (218,213,7). Sum of RGB (Red+Green+Blue) = 218+213+7=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD507 is #252AF8. Grayscale: #BFBFBF. Windows color (decimal): -2435833 or 513498. OLE color: 513498.

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

Color convert

RGB 218 213 7 -
CMYK 0 0.02 0.97 0.15
HSL 58.58º 0.94% 0.44% -
HSV(B) 58.58º 0.97% 0.85% -
XYZ 52.75 62.51 9.49 -
YUV 191.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 218 213 7 0 0.02 0.97 0.15 58.58 0.94 0.44
Hex DA D5 7 0 2 61 F 3B 5E 2C
Octal 332 325 7 0 2 141 17 73 136 54
Binary 11011010 11010101 111 0 10 1100001 1111 111011 1011110 101100

Color Harmonies of #DAD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD507

Black with #DAD507

Text Example


Text Example

White with #DAD507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD507; }

 p { color: rgb(218,213,7); }

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

background-color css

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

 a { background-color: rgb(218,213,7); }

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

border-color css

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

 span { border-color: rgb(218,213,7); }

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