Html Css Color HEX #DABA25 Sunflower

📋 copy color: '#DABA25'

red 218 ◦ green 186 ◦ blue 37

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

Shades of Sunflower #DABA25

Tints of Sunflower #DABA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.39%

R = 49.43%
G = 42.18%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DABA25 (or 0xDABA25) is known color: Sunflower. HEX triplet: DA, BA and 25. RGB value is (218,186,37). Sum of RGB (Red+Green+Blue) = 218+186+37=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA25 is #2545DA. Grayscale: #B3B3B3. Windows color (decimal): -2442715 or 2472666. OLE color: 2472666.

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

Color convert

RGB 218 186 37 -
CMYK 0 0.15 0.83 0.15
HSL 49.39º 0.71% 0.5% -
HSV(B) 49.39º 0.83% 0.85% -
XYZ 46.81 50.16 8.96 -
YUV 178.58 48.1 156.12 -
System Red Green Blue C M Y K H S L
Decimal 218 186 37 0 0.15 0.83 0.15 49.39 0.71 0.5
Hex DA BA 25 0 F 53 F 31 47 32
Octal 332 272 45 0 17 123 17 61 107 62
Binary 11011010 10111010 100101 0 1111 1010011 1111 110001 1000111 110010

Color Harmonies of #DABA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA25

Black with #DABA25

Text Example


Text Example

White with #DABA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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