Html Css Color HEX #DAC201 Bird Flower

📋 copy color: '#DAC201'

red 218 ◦ green 194 ◦ blue 1

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

Shades of Bird Flower #DAC201

Tints of Bird Flower #DAC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

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

R = 52.78%
G = 46.97%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAC201 (or 0xDAC201) is known color: Bird Flower. HEX triplet: DA, C2 and 01. RGB value is (218,194,1). Sum of RGB (Red+Green+Blue) = 218+194+1=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC201 is #253DFE. Grayscale: #B3B3B3. Windows color (decimal): -2440703 or 115418. OLE color: 115418.

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

Color convert

RGB 218 194 1 -
CMYK 0 0.11 1.00 0.15
HSL 53.36º 0.99% 0.43% -
HSV(B) 53.36º 1% 0.85% -
XYZ 48.21 53.49 7.81 -
YUV 179.17 27.45 155.69 -
System Red Green Blue C M Y K H S L
Decimal 218 194 1 0 0.11 1.00 0.15 53.36 0.99 0.43
Hex DA C2 1 0 B 64 F 35 63 2B
Octal 332 302 1 0 13 144 17 65 143 53
Binary 11011010 11000010 1 0 1011 1100100 1111 110101 1100011 101011

Color Harmonies of #DAC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC201

Black with #DAC201

Text Example


Text Example

White with #DAC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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