Html Css Color HEX #DAC400 Bird Flower

📋 copy color: '#DAC400'

red 218 ◦ green 196 ◦ blue 0

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

Shades of Bird Flower #DAC400

Tints of Bird Flower #DAC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.34%

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

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

#DAC400 (or 0xDAC400) is known color: Bird Flower. HEX triplet: DA, C4 and 00. RGB value is (218,196,0). Sum of RGB (Red+Green+Blue) = 218+196+0=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC400 is #253BFF. Grayscale: #B5B5B5. Windows color (decimal): -2440192 or 50394. OLE color: 50394.

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

Color convert

RGB 218 196 0 -
CMYK 0 0.10 1 0.15
HSL 53.94º 1% 0.43% -
HSV(B) 53.94º 1% 0.85% -
XYZ 48.65 54.39 7.93 -
YUV 180.23 26.29 154.94 -
System Red Green Blue C M Y K H S L
Decimal 218 196 0 0 0.10 1 0.15 53.94 1 0.43
Hex DA C4 0 0 A 64 F 36 64 2B
Octal 332 304 0 0 12 144 17 66 144 53
Binary 11011010 11000100 0 0 1010 1100100 1111 110110 1100100 101011

Color Harmonies of #DAC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC400

Black with #DAC400

Text Example


Text Example

White with #DAC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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