Html Css Color HEX #DAC906 Bird Flower

📋 copy color: '#DAC906'

red 218 ◦ green 201 ◦ blue 6

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

Shades of Bird Flower #DAC906

Tints of Bird Flower #DAC906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.29%

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

R = 51.29%
G = 47.29%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAC906 (or 0xDAC906) is known color: Bird Flower. HEX triplet: DA, C9 and 06. RGB value is (218,201,6). Sum of RGB (Red+Green+Blue) = 218+201+6=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC906 is #2536F9. Grayscale: #B8B8B8. Windows color (decimal): -2438906 or 444890. OLE color: 444890.

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

Color convert

RGB 218 201 6 -
CMYK 0 0.08 0.97 0.15
HSL 55.19º 0.95% 0.44% -
HSV(B) 55.19º 0.97% 0.85% -
XYZ 49.83 56.69 8.49 -
YUV 183.85 27.63 152.36 -
System Red Green Blue C M Y K H S L
Decimal 218 201 6 0 0.08 0.97 0.15 55.19 0.95 0.44
Hex DA C9 6 0 8 61 F 37 5F 2C
Octal 332 311 6 0 10 141 17 67 137 54
Binary 11011010 11001001 110 0 1000 1100001 1111 110111 1011111 101100

Color Harmonies of #DAC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC906

Black with #DAC906

Text Example


Text Example

White with #DAC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC906; }

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

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

background-color css

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

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

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

border-color css

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

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

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