Html Css Color HEX #DAB110 Sunflower

📋 copy color: '#DAB110'

red 218 ◦ green 177 ◦ blue 16

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

Shades of Sunflower #DAB110

Tints of Sunflower #DAB110

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.07%

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

R = 53.04%
G = 43.07%
B = 3.89%

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

#DAB110 (or 0xDAB110) is known color: Sunflower. HEX triplet: DA, B1 and 10. RGB value is (218,177,16). Sum of RGB (Red+Green+Blue) = 218+177+16=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB110 is #254EEF. Grayscale: #ABABAB. Windows color (decimal): -2445040 or 1094106. OLE color: 1094106.

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

Color convert

RGB 218 177 16 -
CMYK 0 0.19 0.93 0.15
HSL 47.82º 0.86% 0.46% -
HSV(B) 47.82º 0.93% 0.85% -
XYZ 44.73 46.39 7.09 -
YUV 170.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 218 177 16 0 0.19 0.93 0.15 47.82 0.86 0.46
Hex DA B1 10 0 13 5D F 30 56 2E
Octal 332 261 20 0 23 135 17 60 126 56
Binary 11011010 10110001 10000 0 10011 1011101 1111 110000 1010110 101110

Color Harmonies of #DAB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB110

Black with #DAB110

Text Example


Text Example

White with #DAB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB110; }

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

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

background-color css

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

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

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

border-color css

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

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

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