Html Css Color HEX #DAB915 Sunflower

📋 copy color: '#DAB915'

red 218 ◦ green 185 ◦ blue 21

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

Shades of Sunflower #DAB915

Tints of Sunflower #DAB915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.95%

R = 51.42%
G = 43.63%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAB915 (or 0xDAB915) is known color: Sunflower. HEX triplet: DA, B9 and 15. RGB value is (218,185,21). Sum of RGB (Red+Green+Blue) = 218+185+21=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB915 is #2546EA. Grayscale: #B0B0B0. Windows color (decimal): -2442987 or 1423834. OLE color: 1423834.

HSL color Cylindrical-coordinate representation of color #DAB915: hue angle of 49.95º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAB915 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 21 -
CMYK 0 0.15 0.90 0.15
HSL 49.95º 0.82% 0.47% -
HSV(B) 49.95º 0.9% 0.85% -
XYZ 46.4 49.66 7.85 -
YUV 176.17 40.43 157.84 -
System Red Green Blue C M Y K H S L
Decimal 218 185 21 0 0.15 0.90 0.15 49.95 0.82 0.47
Hex DA B9 15 0 F 5A F 32 52 2F
Octal 332 271 25 0 17 132 17 62 122 57
Binary 11011010 10111001 10101 0 1111 1011010 1111 110010 1010010 101111

Color Harmonies of #DAB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB915

Black with #DAB915

Text Example


Text Example

White with #DAB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB915; }

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

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

background-color css

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

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

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

border-color css

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

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

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