Html Css Color HEX #DAC70C Bird Flower

📋 copy color: '#DAC70C'

red 218 ◦ green 199 ◦ blue 12

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

Shades of Bird Flower #DAC70C

Tints of Bird Flower #DAC70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 50.82%
G = 46.39%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC70C (or 0xDAC70C) is known color: Bird Flower. HEX triplet: DA, C7 and 0C. RGB value is (218,199,12). Sum of RGB (Red+Green+Blue) = 218+199+12=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC70C is #2538F3. Grayscale: #B8B8B8. Windows color (decimal): -2439412 or 837594. OLE color: 837594.

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

Color convert

RGB 218 199 12 -
CMYK 0 0.09 0.94 0.15
HSL 54.47º 0.9% 0.45% -
HSV(B) 54.47º 0.94% 0.85% -
XYZ 49.4 55.78 8.51 -
YUV 183.36 31.29 152.71 -
System Red Green Blue C M Y K H S L
Decimal 218 199 12 0 0.09 0.94 0.15 54.47 0.9 0.45
Hex DA C7 C 0 9 5E F 36 5A 2D
Octal 332 307 14 0 11 136 17 66 132 55
Binary 11011010 11000111 1100 0 1001 1011110 1111 110110 1011010 101101

Color Harmonies of #DAC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC70C

Black with #DAC70C

Text Example


Text Example

White with #DAC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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