Html Css Color HEX #DAB913 Sunflower

📋 copy color: '#DAB913'

red 218 ◦ green 185 ◦ blue 19

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

Shades of Sunflower #DAB913

Tints of Sunflower #DAB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.84%

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

R = 51.66%
G = 43.84%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAB913 (or 0xDAB913) is known color: Sunflower. HEX triplet: DA, B9 and 13. RGB value is (218,185,19). Sum of RGB (Red+Green+Blue) = 218+185+19=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB913 is #2546EC. Grayscale: #B0B0B0. Windows color (decimal): -2442989 or 1292762. OLE color: 1292762.

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

Color convert

RGB 218 185 19 -
CMYK 0 0.15 0.91 0.15
HSL 50.05º 0.84% 0.46% -
HSV(B) 50.05º 0.91% 0.85% -
XYZ 46.38 49.65 7.76 -
YUV 175.94 39.43 158 -
System Red Green Blue C M Y K H S L
Decimal 218 185 19 0 0.15 0.91 0.15 50.05 0.84 0.46
Hex DA B9 13 0 F 5B F 32 54 2E
Octal 332 271 23 0 17 133 17 62 124 56
Binary 11011010 10111001 10011 0 1111 1011011 1111 110010 1010100 101110

Color Harmonies of #DAB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB913

Black with #DAB913

Text Example


Text Example

White with #DAB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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