Html Css Color HEX #DA9425 Buttercup

📋 copy color: '#DA9425'

red 218 ◦ green 148 ◦ blue 37

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

Shades of Buttercup #DA9425

Tints of Buttercup #DA9425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 54.09%
G = 36.72%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA9425 (or 0xDA9425) is known color: Buttercup. HEX triplet: DA, 94 and 25. RGB value is (218,148,37). Sum of RGB (Red+Green+Blue) = 218+148+37=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9425 is #256BDA. Grayscale: #9C9C9C. Windows color (decimal): -2452443 or 2462938. OLE color: 2462938.

HSL color Cylindrical-coordinate representation of color #DA9425: hue angle of 36.8º 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 #DA9425 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 37 -
CMYK 0 0.32 0.83 0.15
HSL 36.8º 0.71% 0.5% -
HSV(B) 36.8º 0.83% 0.85% -
XYZ 39.84 36.22 6.64 -
YUV 156.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 218 148 37 0 0.32 0.83 0.15 36.8 0.71 0.5
Hex DA 94 25 0 20 53 F 25 47 32
Octal 332 224 45 0 40 123 17 45 107 62
Binary 11011010 10010100 100101 0 100000 1010011 1111 100101 1000111 110010

Color Harmonies of #DA9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9425

Black with #DA9425

Text Example


Text Example

White with #DA9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9425; }

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

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

background-color css

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

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

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

border-color css

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

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

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