Html Css Color HEX #DAC704 Bird Flower

📋 copy color: '#DAC704'

red 218 ◦ green 199 ◦ blue 4

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

Shades of Bird Flower #DAC704

Tints of Bird Flower #DAC704

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

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

R = 51.78%
G = 47.27%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAC704 (or 0xDAC704) is known color: Bird Flower. HEX triplet: DA, C7 and 04. RGB value is (218,199,4). Sum of RGB (Red+Green+Blue) = 218+199+4=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC704 is #2538FB. Grayscale: #B7B7B7. Windows color (decimal): -2439420 or 313306. OLE color: 313306.

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

Color convert

RGB 218 199 4 -
CMYK 0 0.09 0.98 0.15
HSL 54.67º 0.96% 0.44% -
HSV(B) 54.67º 0.98% 0.85% -
XYZ 49.36 55.76 8.28 -
YUV 182.45 27.29 153.36 -
System Red Green Blue C M Y K H S L
Decimal 218 199 4 0 0.09 0.98 0.15 54.67 0.96 0.44
Hex DA C7 4 0 9 62 F 37 60 2C
Octal 332 307 4 0 11 142 17 67 140 54
Binary 11011010 11000111 100 0 1001 1100010 1111 110111 1100000 101100

Color Harmonies of #DAC704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC704

Black with #DAC704

Text Example


Text Example

White with #DAC704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC704; }

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

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

background-color css

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

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

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

border-color css

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

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

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