Html Css Color HEX #DAB014 Sunflower

📋 copy color: '#DAB014'

red 218 ◦ green 176 ◦ blue 20

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

Shades of Sunflower #DAB014

Tints of Sunflower #DAB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

 BLUE value IS 20 (8.2% from 255) = 4.83%

R = 52.66%
G = 42.51%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAB014 (or 0xDAB014) is known color: Sunflower. HEX triplet: DA, B0 and 14. RGB value is (218,176,20). Sum of RGB (Red+Green+Blue) = 218+176+20=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB014 is #254FEB. Grayscale: #ABABAB. Windows color (decimal): -2445292 or 1355994. OLE color: 1355994.

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

Color convert

RGB 218 176 20 -
CMYK 0 0.19 0.91 0.15
HSL 47.27º 0.83% 0.47% -
HSV(B) 47.27º 0.91% 0.85% -
XYZ 44.57 46.01 7.19 -
YUV 170.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 218 176 20 0 0.19 0.91 0.15 47.27 0.83 0.47
Hex DA B0 14 0 13 5B F 2F 53 2F
Octal 332 260 24 0 23 133 17 57 123 57
Binary 11011010 10110000 10100 0 10011 1011011 1111 101111 1010011 101111

Color Harmonies of #DAB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB014

Black with #DAB014

Text Example


Text Example

White with #DAB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB014; }

 p { color: rgb(218,176,20); }

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

background-color css

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

 a { background-color: rgb(218,176,20); }

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

border-color css

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

 span { border-color: rgb(218,176,20); }

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