Html Css Color HEX #DAD607 Bird Flower

📋 copy color: '#DAD607'

red 218 ◦ green 214 ◦ blue 7

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

Shades of Bird Flower #DAD607

Tints of Bird Flower #DAD607

RGB

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

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

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

R = 49.66%
G = 48.75%
B = 1.59%

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

#DAD607 (or 0xDAD607) is known color: Bird Flower. HEX triplet: DA, D6 and 07. RGB value is (218,214,7). Sum of RGB (Red+Green+Blue) = 218+214+7=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD607 is #2529F8. Grayscale: #C0C0C0. Windows color (decimal): -2435577 or 513754. OLE color: 513754.

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

Color convert

RGB 218 214 7 -
CMYK 0 0.02 0.97 0.15
HSL 58.86º 0.94% 0.44% -
HSV(B) 58.86º 0.97% 0.85% -
XYZ 53 63.01 9.57 -
YUV 191.6 23.83 146.83 -
System Red Green Blue C M Y K H S L
Decimal 218 214 7 0 0.02 0.97 0.15 58.86 0.94 0.44
Hex DA D6 7 0 2 61 F 3B 5E 2C
Octal 332 326 7 0 2 141 17 73 136 54
Binary 11011010 11010110 111 0 10 1100001 1111 111011 1011110 101100

Color Harmonies of #DAD607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD607

Black with #DAD607

Text Example


Text Example

White with #DAD607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD607; }

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

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

background-color css

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

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

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

border-color css

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

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

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