Html Css Color HEX #DAC71E Sunflower

📋 copy color: '#DAC71E'

red 218 ◦ green 199 ◦ blue 30

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

Shades of Sunflower #DAC71E

Tints of Sunflower #DAC71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.71%

R = 48.77%
G = 44.52%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAC71E (or 0xDAC71E) is known color: Sunflower. HEX triplet: DA, C7 and 1E. RGB value is (218,199,30). Sum of RGB (Red+Green+Blue) = 218+199+30=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC71E is #2538E1. Grayscale: #BABABA. Windows color (decimal): -2439394 or 2017242. OLE color: 2017242.

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

Color convert

RGB 218 199 30 -
CMYK 0 0.09 0.86 0.15
HSL 53.94º 0.76% 0.49% -
HSV(B) 53.94º 0.86% 0.85% -
XYZ 49.57 55.85 9.39 -
YUV 185.42 40.29 151.24 -
System Red Green Blue C M Y K H S L
Decimal 218 199 30 0 0.09 0.86 0.15 53.94 0.76 0.49
Hex DA C7 1E 0 9 56 F 36 4C 31
Octal 332 307 36 0 11 126 17 66 114 61
Binary 11011010 11000111 11110 0 1001 1010110 1111 110110 1001100 110001

Color Harmonies of #DAC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC71E

Black with #DAC71E

Text Example


Text Example

White with #DAC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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