Html Css Color HEX #DAC500 Bird Flower

📋 copy color: '#DAC500'

red 218 ◦ green 197 ◦ blue 0

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

Shades of Bird Flower #DAC500

Tints of Bird Flower #DAC500

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.47%

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

R = 52.53%
G = 47.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAC500 (or 0xDAC500) is known color: Bird Flower. HEX triplet: DA, C5 and 00. RGB value is (218,197,0). Sum of RGB (Red+Green+Blue) = 218+197+0=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC500 is #253AFF. Grayscale: #B5B5B5. Windows color (decimal): -2439936 or 50650. OLE color: 50650.

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

Color convert

RGB 218 197 0 -
CMYK 0 0.10 1 0.15
HSL 54.22º 1% 0.43% -
HSV(B) 54.22º 1% 0.85% -
XYZ 48.88 54.84 8.01 -
YUV 180.82 25.96 154.52 -
System Red Green Blue C M Y K H S L
Decimal 218 197 0 0 0.10 1 0.15 54.22 1 0.43
Hex DA C5 0 0 A 64 F 36 64 2B
Octal 332 305 0 0 12 144 17 66 144 53
Binary 11011010 11000101 0 0 1010 1100100 1111 110110 1100100 101011

Color Harmonies of #DAC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC500

Black with #DAC500

Text Example


Text Example

White with #DAC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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