Html Css Color HEX #DAB113 Sunflower

📋 copy color: '#DAB113'

red 218 ◦ green 177 ◦ blue 19

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

Shades of Sunflower #DAB113

Tints of Sunflower #DAB113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.59%

R = 52.66%
G = 42.75%
B = 4.59%

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

#DAB113 (or 0xDAB113) is known color: Sunflower. HEX triplet: DA, B1 and 13. RGB value is (218,177,19). Sum of RGB (Red+Green+Blue) = 218+177+19=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB113 is #254EEC. Grayscale: #ABABAB. Windows color (decimal): -2445037 or 1290714. OLE color: 1290714.

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

Color convert

RGB 218 177 19 -
CMYK 0 0.19 0.91 0.15
HSL 47.64º 0.84% 0.46% -
HSV(B) 47.64º 0.91% 0.85% -
XYZ 44.75 46.4 7.21 -
YUV 171.25 42.08 161.35 -
System Red Green Blue C M Y K H S L
Decimal 218 177 19 0 0.19 0.91 0.15 47.64 0.84 0.46
Hex DA B1 13 0 13 5B F 30 54 2E
Octal 332 261 23 0 23 133 17 60 124 56
Binary 11011010 10110001 10011 0 10011 1011011 1111 110000 1010100 101110

Color Harmonies of #DAB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB113

Black with #DAB113

Text Example


Text Example

White with #DAB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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