Html Css Color HEX #DAC000 Bird Flower

📋 copy color: '#DAC000'

red 218 ◦ green 192 ◦ blue 0

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

Shades of Bird Flower #DAC000

Tints of Bird Flower #DAC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.17%
G = 46.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAC000 (or 0xDAC000) is known color: Bird Flower. HEX triplet: DA, C0 and 00. RGB value is (218,192,0). Sum of RGB (Red+Green+Blue) = 218+192+0=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC000 is #253FFF. Grayscale: #B2B2B2. Windows color (decimal): -2441216 or 49370. OLE color: 49370.

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

Color convert

RGB 218 192 0 -
CMYK 0 0.12 1 0.15
HSL 52.84º 1% 0.43% -
HSV(B) 52.84º 1% 0.85% -
XYZ 47.76 52.6 7.64 -
YUV 177.89 27.61 156.61 -
System Red Green Blue C M Y K H S L
Decimal 218 192 0 0 0.12 1 0.15 52.84 1 0.43
Hex DA C0 0 0 C 64 F 35 64 2B
Octal 332 300 0 0 14 144 17 65 144 53
Binary 11011010 11000000 0 0 1100 1100100 1111 110101 1100100 101011

Color Harmonies of #DAC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC000

Black with #DAC000

Text Example


Text Example

White with #DAC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC000; }

 p { color: rgb(218,192,0); }

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

background-color css

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

 a { background-color: rgb(218,192,0); }

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

border-color css

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

 span { border-color: rgb(218,192,0); }

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