Html Css Color HEX #DA8526 Buttercup

📋 copy color: '#DA8526'

red 218 ◦ green 133 ◦ blue 38

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

Shades of Buttercup #DA8526

Tints of Buttercup #DA8526

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 38 (15.23% from 255) = 9.77%

R = 56.04%
G = 34.19%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8526 (or 0xDA8526) is known color: Buttercup. HEX triplet: DA, 85 and 26. RGB value is (218,133,38). Sum of RGB (Red+Green+Blue) = 218+133+38=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8526 is #257AD9. Grayscale: #949494. Windows color (decimal): -2456282 or 2524634. OLE color: 2524634.

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

Color convert

RGB 218 133 38 -
CMYK 0 0.39 0.83 0.15
HSL 31.67º 0.71% 0.5% -
HSV(B) 31.67º 0.83% 0.85% -
XYZ 37.65 31.82 5.99 -
YUV 147.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 218 133 38 0 0.39 0.83 0.15 31.67 0.71 0.5
Hex DA 85 26 0 27 53 F 20 47 32
Octal 332 205 46 0 47 123 17 40 107 62
Binary 11011010 10000101 100110 0 100111 1010011 1111 100000 1000111 110010

Color Harmonies of #DA8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8526

Black with #DA8526

Text Example


Text Example

White with #DA8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8526; }

 p { color: rgb(218,133,38); }

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

background-color css

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

 a { background-color: rgb(218,133,38); }

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

border-color css

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

 span { border-color: rgb(218,133,38); }

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