Html Css Color HEX #DAC50E Sunflower

📋 copy color: '#DAC50E'

red 218 ◦ green 197 ◦ blue 14

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

Shades of Sunflower #DAC50E

Tints of Sunflower #DAC50E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.92%

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

R = 50.82%
G = 45.92%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC50E (or 0xDAC50E) is known color: Sunflower. HEX triplet: DA, C5 and 0E. RGB value is (218,197,14). Sum of RGB (Red+Green+Blue) = 218+197+14=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC50E is #253AF1. Grayscale: #B7B7B7. Windows color (decimal): -2439922 or 968154. OLE color: 968154.

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

Color convert

RGB 218 197 14 -
CMYK 0 0.10 0.94 0.15
HSL 53.82º 0.88% 0.45% -
HSV(B) 53.82º 0.94% 0.85% -
XYZ 48.96 54.87 8.43 -
YUV 182.42 32.96 153.38 -
System Red Green Blue C M Y K H S L
Decimal 218 197 14 0 0.10 0.94 0.15 53.82 0.88 0.45
Hex DA C5 E 0 A 5E F 36 58 2D
Octal 332 305 16 0 12 136 17 66 130 55
Binary 11011010 11000101 1110 0 1010 1011110 1111 110110 1011000 101101

Color Harmonies of #DAC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC50E

Black with #DAC50E

Text Example


Text Example

White with #DAC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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