Html Css Color HEX #DAC70E Sunflower

📋 copy color: '#DAC70E'

red 218 ◦ green 199 ◦ blue 14

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

Shades of Sunflower #DAC70E

Tints of Sunflower #DAC70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.25%

R = 50.58%
G = 46.17%
B = 3.25%

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

#DAC70E (or 0xDAC70E) is known color: Sunflower. HEX triplet: DA, C7 and 0E. RGB value is (218,199,14). Sum of RGB (Red+Green+Blue) = 218+199+14=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC70E is #2538F1. Grayscale: #B8B8B8. Windows color (decimal): -2439410 or 968666. OLE color: 968666.

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

Color convert

RGB 218 199 14 -
CMYK 0 0.09 0.94 0.15
HSL 54.41º 0.88% 0.45% -
HSV(B) 54.41º 0.94% 0.85% -
XYZ 49.42 55.78 8.58 -
YUV 183.59 32.29 152.54 -
System Red Green Blue C M Y K H S L
Decimal 218 199 14 0 0.09 0.94 0.15 54.41 0.88 0.45
Hex DA C7 E 0 9 5E F 36 58 2D
Octal 332 307 16 0 11 136 17 66 130 55
Binary 11011010 11000111 1110 0 1001 1011110 1111 110110 1011000 101101

Color Harmonies of #DAC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC70E

Black with #DAC70E

Text Example


Text Example

White with #DAC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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