Html Css Color HEX #DAC501 Bird Flower

📋 copy color: '#DAC501'

red 218 ◦ green 197 ◦ blue 1

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

Shades of Bird Flower #DAC501

Tints of Bird Flower #DAC501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 52.4%
G = 47.36%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAC501 (or 0xDAC501) is known color: Bird Flower. HEX triplet: DA, C5 and 01. RGB value is (218,197,1). Sum of RGB (Red+Green+Blue) = 218+197+1=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC501 is #253AFE. Grayscale: #B5B5B5. Windows color (decimal): -2439935 or 116186. OLE color: 116186.

HSL color Cylindrical-coordinate representation of color #DAC501: hue angle of 54.19º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAC501 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 1 -
CMYK 0 0.10 1.00 0.15
HSL 54.19º 0.99% 0.43% -
HSV(B) 54.19º 1% 0.85% -
XYZ 48.89 54.84 8.04 -
YUV 180.94 26.46 154.44 -
System Red Green Blue C M Y K H S L
Decimal 218 197 1 0 0.10 1.00 0.15 54.19 0.99 0.43
Hex DA C5 1 0 A 64 F 36 63 2B
Octal 332 305 1 0 12 144 17 66 143 53
Binary 11011010 11000101 1 0 1010 1100100 1111 110110 1100011 101011

Color Harmonies of #DAC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC501

Black with #DAC501

Text Example


Text Example

White with #DAC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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