Html Css Color HEX #DAC301 Bird Flower

📋 copy color: '#DAC301'

red 218 ◦ green 195 ◦ blue 1

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

Shades of Bird Flower #DAC301

Tints of Bird Flower #DAC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.1%

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

R = 52.66%
G = 47.1%
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

#DAC301 (or 0xDAC301) is known color: Bird Flower. HEX triplet: DA, C3 and 01. RGB value is (218,195,1). Sum of RGB (Red+Green+Blue) = 218+195+1=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC301 is #253CFE. Grayscale: #B4B4B4. Windows color (decimal): -2440447 or 115674. OLE color: 115674.

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

Color convert

RGB 218 195 1 -
CMYK 0 0.11 1.00 0.15
HSL 53.64º 0.99% 0.43% -
HSV(B) 53.64º 1% 0.85% -
XYZ 48.43 53.94 7.89 -
YUV 179.76 27.12 155.27 -
System Red Green Blue C M Y K H S L
Decimal 218 195 1 0 0.11 1.00 0.15 53.64 0.99 0.43
Hex DA C3 1 0 B 64 F 36 63 2B
Octal 332 303 1 0 13 144 17 66 143 53
Binary 11011010 11000011 1 0 1011 1100100 1111 110110 1100011 101011

Color Harmonies of #DAC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC301

Black with #DAC301

Text Example


Text Example

White with #DAC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC301; }

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

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

background-color css

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

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

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

border-color css

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

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

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