Html Css Color HEX #DAC507 Bird Flower

📋 copy color: '#DAC507'

red 218 ◦ green 197 ◦ blue 7

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

Shades of Bird Flower #DAC507

Tints of Bird Flower #DAC507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

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

R = 51.66%
G = 46.68%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAC507 (or 0xDAC507) is known color: Bird Flower. HEX triplet: DA, C5 and 07. RGB value is (218,197,7). Sum of RGB (Red+Green+Blue) = 218+197+7=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC507 is #253AF8. Grayscale: #B6B6B6. Windows color (decimal): -2439929 or 509402. OLE color: 509402.

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

Color convert

RGB 218 197 7 -
CMYK 0 0.10 0.97 0.15
HSL 54.03º 0.94% 0.44% -
HSV(B) 54.03º 0.97% 0.85% -
XYZ 48.92 54.85 8.21 -
YUV 181.62 29.46 153.95 -
System Red Green Blue C M Y K H S L
Decimal 218 197 7 0 0.10 0.97 0.15 54.03 0.94 0.44
Hex DA C5 7 0 A 61 F 36 5E 2C
Octal 332 305 7 0 12 141 17 66 136 54
Binary 11011010 11000101 111 0 1010 1100001 1111 110110 1011110 101100

Color Harmonies of #DAC507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC507

Black with #DAC507

Text Example


Text Example

White with #DAC507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC507; }

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

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

background-color css

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

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

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

border-color css

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

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

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