Html Css Color HEX #DA8728 Buttercup

📋 copy color: '#DA8728'

red 218 ◦ green 135 ◦ blue 40

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

Shades of Buttercup #DA8728

Tints of Buttercup #DA8728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.18%

R = 55.47%
G = 34.35%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA8728 (or 0xDA8728) is known color: Buttercup. HEX triplet: DA, 87 and 28. RGB value is (218,135,40). Sum of RGB (Red+Green+Blue) = 218+135+40=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8728 is #2578D7. Grayscale: #959595. Windows color (decimal): -2455768 or 2656218. OLE color: 2656218.

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

Color convert

RGB 218 135 40 -
CMYK 0 0.38 0.82 0.15
HSL 32.02º 0.71% 0.51% -
HSV(B) 32.02º 0.82% 0.85% -
XYZ 37.96 32.39 6.26 -
YUV 148.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 218 135 40 0 0.38 0.82 0.15 32.02 0.71 0.51
Hex DA 87 28 0 26 52 F 20 47 33
Octal 332 207 50 0 46 122 17 40 107 63
Binary 11011010 10000111 101000 0 100110 1010010 1111 100000 1000111 110011

Color Harmonies of #DA8728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8728

Black with #DA8728

Text Example


Text Example

White with #DA8728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8728; }

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

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

background-color css

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

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

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

border-color css

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

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

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