Html Css Color HEX #DABC19 Sunflower

📋 copy color: '#DABC19'

red 218 ◦ green 188 ◦ blue 25

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

Shades of Sunflower #DABC19

Tints of Sunflower #DABC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 50.58%
G = 43.62%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DABC19 (or 0xDABC19) is known color: Sunflower. HEX triplet: DA, BC and 19. RGB value is (218,188,25). Sum of RGB (Red+Green+Blue) = 218+188+25=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC19 is #2543E6. Grayscale: #B3B3B3. Windows color (decimal): -2442215 or 1686746. OLE color: 1686746.

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

Color convert

RGB 218 188 25 -
CMYK 0 0.14 0.89 0.15
HSL 50.67º 0.79% 0.48% -
HSV(B) 50.67º 0.89% 0.85% -
XYZ 47.07 50.94 8.27 -
YUV 178.39 41.44 156.25 -
System Red Green Blue C M Y K H S L
Decimal 218 188 25 0 0.14 0.89 0.15 50.67 0.79 0.48
Hex DA BC 19 0 E 59 F 33 4F 30
Octal 332 274 31 0 16 131 17 63 117 60
Binary 11011010 10111100 11001 0 1110 1011001 1111 110011 1001111 110000

Color Harmonies of #DABC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC19

Black with #DABC19

Text Example


Text Example

White with #DABC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC19; }

 p { color: rgb(218,188,25); }

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

background-color css

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

 a { background-color: rgb(218,188,25); }

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

border-color css

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

 span { border-color: rgb(218,188,25); }

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