Html Css Color HEX #DA8720 Buttercup

📋 copy color: '#DA8720'

red 218 ◦ green 135 ◦ blue 32

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

Shades of Buttercup #DA8720

Tints of Buttercup #DA8720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 56.62%
G = 35.06%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA8720 (or 0xDA8720) is known color: Buttercup. HEX triplet: DA, 87 and 20. RGB value is (218,135,32). Sum of RGB (Red+Green+Blue) = 218+135+32=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8720 is #2578DF. Grayscale: #949494. Windows color (decimal): -2455776 or 2131930. OLE color: 2131930.

HSL color Cylindrical-coordinate representation of color #DA8720: hue angle of 33.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA8720 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 32 -
CMYK 0 0.38 0.85 0.15
HSL 33.23º 0.74% 0.49% -
HSV(B) 33.23º 0.85% 0.85% -
XYZ 37.84 32.34 5.61 -
YUV 148.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 218 135 32 0 0.38 0.85 0.15 33.23 0.74 0.49
Hex DA 87 20 0 26 55 F 21 4A 31
Octal 332 207 40 0 46 125 17 41 112 61
Binary 11011010 10000111 100000 0 100110 1010101 1111 100001 1001010 110001

Color Harmonies of #DA8720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8720

Black with #DA8720

Text Example


Text Example

White with #DA8720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8720; }

 p { color: rgb(218,135,32); }

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

background-color css

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

 a { background-color: rgb(218,135,32); }

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

border-color css

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

 span { border-color: rgb(218,135,32); }

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