Html Css Color HEX #DAC306 Bird Flower

📋 copy color: '#DAC306'

red 218 ◦ green 195 ◦ blue 6

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

Shades of Bird Flower #DAC306

Tints of Bird Flower #DAC306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.54%

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 52.03%
G = 46.54%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAC306 (or 0xDAC306) is known color: Bird Flower. HEX triplet: DA, C3 and 06. RGB value is (218,195,6). Sum of RGB (Red+Green+Blue) = 218+195+6=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC306 is #253CF9. Grayscale: #B5B5B5. Windows color (decimal): -2440442 or 443354. OLE color: 443354.

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

Color convert

RGB 218 195 6 -
CMYK 0 0.11 0.97 0.15
HSL 53.49º 0.95% 0.44% -
HSV(B) 53.49º 0.97% 0.85% -
XYZ 48.46 53.95 8.03 -
YUV 180.33 29.62 154.87 -
System Red Green Blue C M Y K H S L
Decimal 218 195 6 0 0.11 0.97 0.15 53.49 0.95 0.44
Hex DA C3 6 0 B 61 F 35 5F 2C
Octal 332 303 6 0 13 141 17 65 137 54
Binary 11011010 11000011 110 0 1011 1100001 1111 110101 1011111 101100

Color Harmonies of #DAC306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC306

Black with #DAC306

Text Example


Text Example

White with #DAC306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC306; }

 p { color: rgb(218,195,6); }

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

background-color css

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

 a { background-color: rgb(218,195,6); }

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

border-color css

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

 span { border-color: rgb(218,195,6); }

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