Html Css Color HEX #DAC204 Bird Flower

📋 copy color: '#DAC204'

red 218 ◦ green 194 ◦ blue 4

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

Shades of Bird Flower #DAC204

Tints of Bird Flower #DAC204

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.63%

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

R = 52.4%
G = 46.63%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAC204 (or 0xDAC204) is known color: Bird Flower. HEX triplet: DA, C2 and 04. RGB value is (218,194,4). Sum of RGB (Red+Green+Blue) = 218+194+4=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC204 is #253DFB. Grayscale: #B4B4B4. Windows color (decimal): -2440700 or 312026. OLE color: 312026.

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

Color convert

RGB 218 194 4 -
CMYK 0 0.11 0.98 0.15
HSL 53.27º 0.96% 0.44% -
HSV(B) 53.27º 0.98% 0.85% -
XYZ 48.23 53.5 7.9 -
YUV 179.52 28.95 155.45 -
System Red Green Blue C M Y K H S L
Decimal 218 194 4 0 0.11 0.98 0.15 53.27 0.96 0.44
Hex DA C2 4 0 B 62 F 35 60 2C
Octal 332 302 4 0 13 142 17 65 140 54
Binary 11011010 11000010 100 0 1011 1100010 1111 110101 1100000 101100

Color Harmonies of #DAC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC204

Black with #DAC204

Text Example


Text Example

White with #DAC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC204; }

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

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

background-color css

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

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

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

border-color css

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

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

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