Html Css Color HEX #DA9125 Buttercup

📋 copy color: '#DA9125'

red 218 ◦ green 145 ◦ blue 37

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

Shades of Buttercup #DA9125

Tints of Buttercup #DA9125

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

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

R = 54.5%
G = 36.25%
B = 9.25%

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

#DA9125 (or 0xDA9125) is known color: Buttercup. HEX triplet: DA, 91 and 25. RGB value is (218,145,37). Sum of RGB (Red+Green+Blue) = 218+145+37=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9125 is #256EDA. Grayscale: #9B9B9B. Windows color (decimal): -2453211 or 2462170. OLE color: 2462170.

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

Color convert

RGB 218 145 37 -
CMYK 0 0.33 0.83 0.15
HSL 35.8º 0.71% 0.5% -
HSV(B) 35.8º 0.83% 0.85% -
XYZ 39.37 35.29 6.49 -
YUV 154.52 61.68 173.28 -
System Red Green Blue C M Y K H S L
Decimal 218 145 37 0 0.33 0.83 0.15 35.8 0.71 0.5
Hex DA 91 25 0 21 53 F 24 47 32
Octal 332 221 45 0 41 123 17 44 107 62
Binary 11011010 10010001 100101 0 100001 1010011 1111 100100 1000111 110010

Color Harmonies of #DA9125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9125

Black with #DA9125

Text Example


Text Example

White with #DA9125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9125; }

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

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

background-color css

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

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

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

border-color css

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

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

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