Html Css Color HEX #DAC708 Bird Flower

📋 copy color: '#DAC708'

red 218 ◦ green 199 ◦ blue 8

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

Shades of Bird Flower #DAC708

Tints of Bird Flower #DAC708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 51.29%
G = 46.82%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAC708 (or 0xDAC708) is known color: Bird Flower. HEX triplet: DA, C7 and 08. RGB value is (218,199,8). Sum of RGB (Red+Green+Blue) = 218+199+8=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC708 is #2538F7. Grayscale: #B7B7B7. Windows color (decimal): -2439416 or 575450. OLE color: 575450.

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

Color convert

RGB 218 199 8 -
CMYK 0 0.09 0.96 0.15
HSL 54.57º 0.93% 0.44% -
HSV(B) 54.57º 0.96% 0.85% -
XYZ 49.38 55.77 8.39 -
YUV 182.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 218 199 8 0 0.09 0.96 0.15 54.57 0.93 0.44
Hex DA C7 8 0 9 60 F 37 5D 2C
Octal 332 307 10 0 11 140 17 67 135 54
Binary 11011010 11000111 1000 0 1001 1100000 1111 110111 1011101 101100

Color Harmonies of #DAC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC708

Black with #DAC708

Text Example


Text Example

White with #DAC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC708; }

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

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

background-color css

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

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

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

border-color css

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

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

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