Html Css Color HEX #DAB010 Sunflower

📋 copy color: '#DAB010'

red 218 ◦ green 176 ◦ blue 16

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

Shades of Sunflower #DAB010

Tints of Sunflower #DAB010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.9%

R = 53.17%
G = 42.93%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAB010 (or 0xDAB010) is known color: Sunflower. HEX triplet: DA, B0 and 10. RGB value is (218,176,16). Sum of RGB (Red+Green+Blue) = 218+176+16=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB010 is #254FEF. Grayscale: #AAAAAA. Windows color (decimal): -2445296 or 1093850. OLE color: 1093850.

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

Color convert

RGB 218 176 16 -
CMYK 0 0.19 0.93 0.15
HSL 47.52º 0.86% 0.46% -
HSV(B) 47.52º 0.93% 0.85% -
XYZ 44.53 45.99 7.02 -
YUV 170.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 218 176 16 0 0.19 0.93 0.15 47.52 0.86 0.46
Hex DA B0 10 0 13 5D F 30 56 2E
Octal 332 260 20 0 23 135 17 60 126 56
Binary 11011010 10110000 10000 0 10011 1011101 1111 110000 1010110 101110

Color Harmonies of #DAB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB010

Black with #DAB010

Text Example


Text Example

White with #DAB010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB010; }

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

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

background-color css

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

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

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

border-color css

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

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

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