Html Css Color HEX #DAD706 Bird Flower

📋 copy color: '#DAD706'

red 218 ◦ green 215 ◦ blue 6

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

Shades of Bird Flower #DAD706

Tints of Bird Flower #DAD706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 49.66%
G = 48.97%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAD706 (or 0xDAD706) is known color: Bird Flower. HEX triplet: DA, D7 and 06. RGB value is (218,215,6). Sum of RGB (Red+Green+Blue) = 218+215+6=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD706 is #2528F9. Grayscale: #C0C0C0. Windows color (decimal): -2435322 or 448474. OLE color: 448474.

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

Color convert

RGB 218 215 6 -
CMYK 0 0.01 0.97 0.15
HSL 59.15º 0.95% 0.44% -
HSV(B) 59.15º 0.97% 0.85% -
XYZ 53.25 63.52 9.63 -
YUV 192.07 22.99 146.49 -
System Red Green Blue C M Y K H S L
Decimal 218 215 6 0 0.01 0.97 0.15 59.15 0.95 0.44
Hex DA D7 6 0 1 61 F 3B 5F 2C
Octal 332 327 6 0 1 141 17 73 137 54
Binary 11011010 11010111 110 0 1 1100001 1111 111011 1011111 101100

Color Harmonies of #DAD706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD706

Black with #DAD706

Text Example


Text Example

White with #DAD706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD706; }

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

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

background-color css

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

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

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

border-color css

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

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

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