Html Css Color HEX #DAC504 Bird Flower

📋 copy color: '#DAC504'

red 218 ◦ green 197 ◦ blue 4

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

Shades of Bird Flower #DAC504

Tints of Bird Flower #DAC504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 52.03%
G = 47.02%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAC504 (or 0xDAC504) is known color: Bird Flower. HEX triplet: DA, C5 and 04. RGB value is (218,197,4). Sum of RGB (Red+Green+Blue) = 218+197+4=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC504 is #253AFB. Grayscale: #B6B6B6. Windows color (decimal): -2439932 or 312794. OLE color: 312794.

HSL color Cylindrical-coordinate representation of color #DAC504: hue angle of 54.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAC504 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 4 -
CMYK 0 0.10 0.98 0.15
HSL 54.11º 0.96% 0.44% -
HSV(B) 54.11º 0.98% 0.85% -
XYZ 48.9 54.85 8.12 -
YUV 181.28 27.96 154.19 -
System Red Green Blue C M Y K H S L
Decimal 218 197 4 0 0.10 0.98 0.15 54.11 0.96 0.44
Hex DA C5 4 0 A 62 F 36 60 2C
Octal 332 305 4 0 12 142 17 66 140 54
Binary 11011010 11000101 100 0 1010 1100010 1111 110110 1100000 101100

Color Harmonies of #DAC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC504

Black with #DAC504

Text Example


Text Example

White with #DAC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC504; }

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

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

background-color css

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

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

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

border-color css

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

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

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