Html Css Color HEX #DAC901 Bird Flower

📋 copy color: '#DAC901'

red 218 ◦ green 201 ◦ blue 1

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

Shades of Bird Flower #DAC901

Tints of Bird Flower #DAC901

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.86%

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

R = 51.9%
G = 47.86%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAC901 (or 0xDAC901) is known color: Bird Flower. HEX triplet: DA, C9 and 01. RGB value is (218,201,1). Sum of RGB (Red+Green+Blue) = 218+201+1=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC901 is #2536FE. Grayscale: #B8B8B8. Windows color (decimal): -2438911 or 117210. OLE color: 117210.

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

Color convert

RGB 218 201 1 -
CMYK 0 0.08 1.00 0.15
HSL 55.3º 0.99% 0.43% -
HSV(B) 55.3º 1% 0.85% -
XYZ 49.81 56.68 8.34 -
YUV 183.28 25.13 152.76 -
System Red Green Blue C M Y K H S L
Decimal 218 201 1 0 0.08 1.00 0.15 55.3 0.99 0.43
Hex DA C9 1 0 8 64 F 37 63 2B
Octal 332 311 1 0 10 144 17 67 143 53
Binary 11011010 11001001 1 0 1000 1100100 1111 110111 1100011 101011

Color Harmonies of #DAC901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC901

Black with #DAC901

Text Example


Text Example

White with #DAC901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC901; }

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

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

background-color css

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

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

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

border-color css

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

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

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