Html Css Color HEX #DAC401 Bird Flower

📋 copy color: '#DAC401'

red 218 ◦ green 196 ◦ blue 1

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

Shades of Bird Flower #DAC401

Tints of Bird Flower #DAC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.23%

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

R = 52.53%
G = 47.23%
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

#DAC401 (or 0xDAC401) is known color: Bird Flower. HEX triplet: DA, C4 and 01. RGB value is (218,196,1). Sum of RGB (Red+Green+Blue) = 218+196+1=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC401 is #253BFE. Grayscale: #B5B5B5. Windows color (decimal): -2440191 or 115930. OLE color: 115930.

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

Color convert

RGB 218 196 1 -
CMYK 0 0.10 1.00 0.15
HSL 53.92º 0.99% 0.43% -
HSV(B) 53.92º 1% 0.85% -
XYZ 48.66 54.39 7.96 -
YUV 180.35 26.79 154.86 -
System Red Green Blue C M Y K H S L
Decimal 218 196 1 0 0.10 1.00 0.15 53.92 0.99 0.43
Hex DA C4 1 0 A 64 F 36 63 2B
Octal 332 304 1 0 12 144 17 66 143 53
Binary 11011010 11000100 1 0 1010 1100100 1111 110110 1100011 101011

Color Harmonies of #DAC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC401

Black with #DAC401

Text Example


Text Example

White with #DAC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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