Html Css Color HEX #DAB91C Sunflower

📋 copy color: '#DAB91C'

red 218 ◦ green 185 ◦ blue 28

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

Shades of Sunflower #DAB91C

Tints of Sunflower #DAB91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 50.58%
G = 42.92%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAB91C (or 0xDAB91C) is known color: Sunflower. HEX triplet: DA, B9 and 1C. RGB value is (218,185,28). Sum of RGB (Red+Green+Blue) = 218+185+28=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB91C is #2546E3. Grayscale: #B1B1B1. Windows color (decimal): -2442980 or 1882586. OLE color: 1882586.

HSL color Cylindrical-coordinate representation of color #DAB91C: hue angle of 49.58º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAB91C is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 28 -
CMYK 0 0.15 0.87 0.15
HSL 49.58º 0.77% 0.48% -
HSV(B) 49.58º 0.87% 0.85% -
XYZ 46.47 49.69 8.24 -
YUV 176.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 218 185 28 0 0.15 0.87 0.15 49.58 0.77 0.48
Hex DA B9 1C 0 F 57 F 32 4D 30
Octal 332 271 34 0 17 127 17 62 115 60
Binary 11011010 10111001 11100 0 1111 1010111 1111 110010 1001101 110000

Color Harmonies of #DAB91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB91C

Black with #DAB91C

Text Example


Text Example

White with #DAB91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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