Html Css Color HEX #DAB513 Sunflower

📋 copy color: '#DAB513'

red 218 ◦ green 181 ◦ blue 19

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

Shades of Sunflower #DAB513

Tints of Sunflower #DAB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.3%

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

R = 52.15%
G = 43.3%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAB513 (or 0xDAB513) is known color: Sunflower. HEX triplet: DA, B5 and 13. RGB value is (218,181,19). Sum of RGB (Red+Green+Blue) = 218+181+19=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB513 is #254AEC. Grayscale: #AEAEAE. Windows color (decimal): -2444013 or 1291738. OLE color: 1291738.

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

Color convert

RGB 218 181 19 -
CMYK 0 0.17 0.91 0.15
HSL 48.84º 0.84% 0.46% -
HSV(B) 48.84º 0.91% 0.85% -
XYZ 45.55 48 7.48 -
YUV 173.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 218 181 19 0 0.17 0.91 0.15 48.84 0.84 0.46
Hex DA B5 13 0 11 5B F 31 54 2E
Octal 332 265 23 0 21 133 17 61 124 56
Binary 11011010 10110101 10011 0 10001 1011011 1111 110001 1010100 101110

Color Harmonies of #DAB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB513

Black with #DAB513

Text Example


Text Example

White with #DAB513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB513; }

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

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

background-color css

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

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

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

border-color css

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

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

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