Html Css Color HEX #DAC100 Bird Flower

📋 copy color: '#DAC100'

red 218 ◦ green 193 ◦ blue 0

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

Shades of Bird Flower #DAC100

Tints of Bird Flower #DAC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

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

R = 53.04%
G = 46.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAC100 (or 0xDAC100) is known color: Bird Flower. HEX triplet: DA, C1 and 00. RGB value is (218,193,0). Sum of RGB (Red+Green+Blue) = 218+193+0=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC100 is #253EFF. Grayscale: #B3B3B3. Windows color (decimal): -2440960 or 49626. OLE color: 49626.

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

Color convert

RGB 218 193 0 -
CMYK 0 0.11 1 0.15
HSL 53.12º 1% 0.43% -
HSV(B) 53.12º 1% 0.85% -
XYZ 47.98 53.05 7.71 -
YUV 178.47 27.28 156.19 -
System Red Green Blue C M Y K H S L
Decimal 218 193 0 0 0.11 1 0.15 53.12 1 0.43
Hex DA C1 0 0 B 64 F 35 64 2B
Octal 332 301 0 0 13 144 17 65 144 53
Binary 11011010 11000001 0 0 1011 1100100 1111 110101 1100100 101011

Color Harmonies of #DAC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC100

Black with #DAC100

Text Example


Text Example

White with #DAC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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