Html Css Color HEX #DA8825 Buttercup

📋 copy color: '#DA8825'

red 218 ◦ green 136 ◦ blue 37

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

Shades of Buttercup #DA8825

Tints of Buttercup #DA8825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

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

R = 55.75%
G = 34.78%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8825 (or 0xDA8825) is known color: Buttercup. HEX triplet: DA, 88 and 25. RGB value is (218,136,37). Sum of RGB (Red+Green+Blue) = 218+136+37=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8825 is #2577DA. Grayscale: #959595. Windows color (decimal): -2455515 or 2459866. OLE color: 2459866.

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

Color convert

RGB 218 136 37 -
CMYK 0 0.38 0.83 0.15
HSL 32.82º 0.71% 0.5% -
HSV(B) 32.82º 0.83% 0.85% -
XYZ 38.05 32.65 6.05 -
YUV 149.23 64.67 177.05 -
System Red Green Blue C M Y K H S L
Decimal 218 136 37 0 0.38 0.83 0.15 32.82 0.71 0.5
Hex DA 88 25 0 26 53 F 21 47 32
Octal 332 210 45 0 46 123 17 41 107 62
Binary 11011010 10001000 100101 0 100110 1010011 1111 100001 1000111 110010

Color Harmonies of #DA8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8825

Black with #DA8825

Text Example


Text Example

White with #DA8825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8825; }

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

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

background-color css

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

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

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

border-color css

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

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

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