Html Css Color HEX #DAC700 Bird Flower

📋 copy color: '#DAC700'

red 218 ◦ green 199 ◦ blue 0

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

Shades of Bird Flower #DAC700

Tints of Bird Flower #DAC700

RGB

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

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

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

R = 52.28%
G = 47.72%
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

#DAC700 (or 0xDAC700) is known color: Bird Flower. HEX triplet: DA, C7 and 00. RGB value is (218,199,0). Sum of RGB (Red+Green+Blue) = 218+199+0=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC700 is #2538FF. Grayscale: #B6B6B6. Windows color (decimal): -2439424 or 51162. OLE color: 51162.

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

Color convert

RGB 218 199 0 -
CMYK 0 0.09 1 0.15
HSL 54.77º 1% 0.43% -
HSV(B) 54.77º 1% 0.85% -
XYZ 49.34 55.75 8.16 -
YUV 182 25.29 153.68 -
System Red Green Blue C M Y K H S L
Decimal 218 199 0 0 0.09 1 0.15 54.77 1 0.43
Hex DA C7 0 0 9 64 F 37 64 2B
Octal 332 307 0 0 11 144 17 67 144 53
Binary 11011010 11000111 0 0 1001 1100100 1111 110111 1100100 101011

Color Harmonies of #DAC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC700

Black with #DAC700

Text Example


Text Example

White with #DAC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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