Html Css Color HEX #DABA20 Sunflower

📋 copy color: '#DABA20'

red 218 ◦ green 186 ◦ blue 32

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

Shades of Sunflower #DABA20

Tints of Sunflower #DABA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 50%
G = 42.66%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DABA20 (or 0xDABA20) is known color: Sunflower. HEX triplet: DA, BA and 20. RGB value is (218,186,32). Sum of RGB (Red+Green+Blue) = 218+186+32=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA20 is #2545DF. Grayscale: #B2B2B2. Windows color (decimal): -2442720 or 2144986. OLE color: 2144986.

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

Color convert

RGB 218 186 32 -
CMYK 0 0.15 0.85 0.15
HSL 49.68º 0.74% 0.49% -
HSV(B) 49.68º 0.85% 0.85% -
XYZ 46.73 50.13 8.58 -
YUV 178.01 45.6 156.52 -
System Red Green Blue C M Y K H S L
Decimal 218 186 32 0 0.15 0.85 0.15 49.68 0.74 0.49
Hex DA BA 20 0 F 55 F 32 4A 31
Octal 332 272 40 0 17 125 17 62 112 61
Binary 11011010 10111010 100000 0 1111 1010101 1111 110010 1001010 110001

Color Harmonies of #DABA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA20

Black with #DABA20

Text Example


Text Example

White with #DABA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA20; }

 p { color: rgb(218,186,32); }

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

background-color css

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

 a { background-color: rgb(218,186,32); }

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

border-color css

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

 span { border-color: rgb(218,186,32); }

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