Html Css Color HEX #DAC706 Bird Flower

📋 copy color: '#DAC706'

red 218 ◦ green 199 ◦ blue 6

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

Shades of Bird Flower #DAC706

Tints of Bird Flower #DAC706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.04%

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

R = 51.54%
G = 47.04%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAC706 (or 0xDAC706) is known color: Bird Flower. HEX triplet: DA, C7 and 06. RGB value is (218,199,6). Sum of RGB (Red+Green+Blue) = 218+199+6=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC706 is #2538F9. Grayscale: #B7B7B7. Windows color (decimal): -2439418 or 444378. OLE color: 444378.

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

Color convert

RGB 218 199 6 -
CMYK 0 0.09 0.97 0.15
HSL 54.62º 0.95% 0.44% -
HSV(B) 54.62º 0.97% 0.85% -
XYZ 49.37 55.77 8.33 -
YUV 182.68 28.29 153.19 -
System Red Green Blue C M Y K H S L
Decimal 218 199 6 0 0.09 0.97 0.15 54.62 0.95 0.44
Hex DA C7 6 0 9 61 F 37 5F 2C
Octal 332 307 6 0 11 141 17 67 137 54
Binary 11011010 11000111 110 0 1001 1100001 1111 110111 1011111 101100

Color Harmonies of #DAC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC706

Black with #DAC706

Text Example


Text Example

White with #DAC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC706; }

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

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

background-color css

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

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

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

border-color css

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

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

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