Html Css Color HEX #DAB013 Sunflower

📋 copy color: '#DAB013'

red 218 ◦ green 176 ◦ blue 19

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

Shades of Sunflower #DAB013

Tints of Sunflower #DAB013

RGB

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

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

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

R = 52.78%
G = 42.62%
B = 4.6%

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

#DAB013 (or 0xDAB013) is known color: Sunflower. HEX triplet: DA, B0 and 13. RGB value is (218,176,19). Sum of RGB (Red+Green+Blue) = 218+176+19=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB013 is #254FEC. Grayscale: #ABABAB. Windows color (decimal): -2445293 or 1290458. OLE color: 1290458.

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

Color convert

RGB 218 176 19 -
CMYK 0 0.19 0.91 0.15
HSL 47.34º 0.84% 0.46% -
HSV(B) 47.34º 0.91% 0.85% -
XYZ 44.56 46 7.15 -
YUV 170.66 42.41 161.77 -
System Red Green Blue C M Y K H S L
Decimal 218 176 19 0 0.19 0.91 0.15 47.34 0.84 0.46
Hex DA B0 13 0 13 5B F 2F 54 2E
Octal 332 260 23 0 23 133 17 57 124 56
Binary 11011010 10110000 10011 0 10011 1011011 1111 101111 1010100 101110

Color Harmonies of #DAB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB013

Black with #DAB013

Text Example


Text Example

White with #DAB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB013; }

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

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

background-color css

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

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

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

border-color css

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

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

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