Html Css Color HEX #DA9225 Buttercup

📋 copy color: '#DA9225'

red 218 ◦ green 146 ◦ blue 37

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

Shades of Buttercup #DA9225

Tints of Buttercup #DA9225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

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

R = 54.36%
G = 36.41%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA9225 (or 0xDA9225) is known color: Buttercup. HEX triplet: DA, 92 and 25. RGB value is (218,146,37). Sum of RGB (Red+Green+Blue) = 218+146+37=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9225 is #256DDA. Grayscale: #9B9B9B. Windows color (decimal): -2452955 or 2462426. OLE color: 2462426.

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

Color convert

RGB 218 146 37 -
CMYK 0 0.33 0.83 0.15
HSL 36.13º 0.71% 0.5% -
HSV(B) 36.13º 0.83% 0.85% -
XYZ 39.53 35.6 6.54 -
YUV 155.1 61.35 172.86 -
System Red Green Blue C M Y K H S L
Decimal 218 146 37 0 0.33 0.83 0.15 36.13 0.71 0.5
Hex DA 92 25 0 21 53 F 24 47 32
Octal 332 222 45 0 41 123 17 44 107 62
Binary 11011010 10010010 100101 0 100001 1010011 1111 100100 1000111 110010

Color Harmonies of #DA9225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9225

Black with #DA9225

Text Example


Text Example

White with #DA9225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9225; }

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

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

background-color css

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

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

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

border-color css

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

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

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