Html Css Color HEX #DAC70A Bird Flower

📋 copy color: '#DAC70A'

red 218 ◦ green 199 ◦ blue 10

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

Shades of Bird Flower #DAC70A

Tints of Bird Flower #DAC70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.34%

R = 51.05%
G = 46.6%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAC70A (or 0xDAC70A) is known color: Bird Flower. HEX triplet: DA, C7 and 0A. RGB value is (218,199,10). Sum of RGB (Red+Green+Blue) = 218+199+10=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC70A is #2538F5. Grayscale: #B7B7B7. Windows color (decimal): -2439414 or 706522. OLE color: 706522.

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

Color convert

RGB 218 199 10 -
CMYK 0 0.09 0.95 0.15
HSL 54.52º 0.91% 0.45% -
HSV(B) 54.52º 0.95% 0.85% -
XYZ 49.39 55.77 8.45 -
YUV 183.14 30.29 152.87 -
System Red Green Blue C M Y K H S L
Decimal 218 199 10 0 0.09 0.95 0.15 54.52 0.91 0.45
Hex DA C7 A 0 9 5F F 37 5B 2D
Octal 332 307 12 0 11 137 17 67 133 55
Binary 11011010 11000111 1010 0 1001 1011111 1111 110111 1011011 101101

Color Harmonies of #DAC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC70A

Black with #DAC70A

Text Example


Text Example

White with #DAC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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