Html Css Color HEX #DAC707 Bird Flower

📋 copy color: '#DAC707'

red 218 ◦ green 199 ◦ blue 7

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

Shades of Bird Flower #DAC707

Tints of Bird Flower #DAC707

RGB

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

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

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

R = 51.42%
G = 46.93%
B = 1.65%

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

#DAC707 (or 0xDAC707) is known color: Bird Flower. HEX triplet: DA, C7 and 07. RGB value is (218,199,7). Sum of RGB (Red+Green+Blue) = 218+199+7=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC707 is #2538F8. Grayscale: #B7B7B7. Windows color (decimal): -2439417 or 509914. OLE color: 509914.

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

Color convert

RGB 218 199 7 -
CMYK 0 0.09 0.97 0.15
HSL 54.6º 0.94% 0.44% -
HSV(B) 54.6º 0.97% 0.85% -
XYZ 49.38 55.77 8.36 -
YUV 182.79 28.79 153.11 -
System Red Green Blue C M Y K H S L
Decimal 218 199 7 0 0.09 0.97 0.15 54.6 0.94 0.44
Hex DA C7 7 0 9 61 F 37 5E 2C
Octal 332 307 7 0 11 141 17 67 136 54
Binary 11011010 11000111 111 0 1001 1100001 1111 110111 1011110 101100

Color Harmonies of #DAC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC707

Black with #DAC707

Text Example


Text Example

White with #DAC707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC707; }

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

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

background-color css

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

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

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

border-color css

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

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

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