Html Css Color HEX #DAC600 Bird Flower

📋 copy color: '#DAC600'

red 218 ◦ green 198 ◦ blue 0

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

Shades of Bird Flower #DAC600

Tints of Bird Flower #DAC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.4%
G = 47.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAC600 (or 0xDAC600) is known color: Bird Flower. HEX triplet: DA, C6 and 00. RGB value is (218,198,0). Sum of RGB (Red+Green+Blue) = 218+198+0=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC600 is #2539FF. Grayscale: #B6B6B6. Windows color (decimal): -2439680 or 50906. OLE color: 50906.

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

Color convert

RGB 218 198 0 -
CMYK 0 0.09 1 0.15
HSL 54.5º 1% 0.43% -
HSV(B) 54.5º 1% 0.85% -
XYZ 49.11 55.29 8.08 -
YUV 181.41 25.63 154.1 -
System Red Green Blue C M Y K H S L
Decimal 218 198 0 0 0.09 1 0.15 54.5 1 0.43
Hex DA C6 0 0 9 64 F 36 64 2B
Octal 332 306 0 0 11 144 17 66 144 53
Binary 11011010 11000110 0 0 1001 1100100 1111 110110 1100100 101011

Color Harmonies of #DAC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC600

Black with #DAC600

Text Example


Text Example

White with #DAC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC600; }

 p { color: rgb(218,198,0); }

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

background-color css

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

 a { background-color: rgb(218,198,0); }

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

border-color css

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

 span { border-color: rgb(218,198,0); }

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