Html Css Color HEX #DA8420 Buttercup

📋 copy color: '#DA8420'

red 218 ◦ green 132 ◦ blue 32

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

Shades of Buttercup #DA8420

Tints of Buttercup #DA8420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

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

R = 57.07%
G = 34.55%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA8420 (or 0xDA8420) is known color: Buttercup. HEX triplet: DA, 84 and 20. RGB value is (218,132,32). Sum of RGB (Red+Green+Blue) = 218+132+32=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8420 is #257BDF. Grayscale: #929292. Windows color (decimal): -2456544 or 2131162. OLE color: 2131162.

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

Color convert

RGB 218 132 32 -
CMYK 0 0.39 0.85 0.15
HSL 32.26º 0.74% 0.49% -
HSV(B) 32.26º 0.85% 0.85% -
XYZ 37.43 31.51 5.48 -
YUV 146.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 218 132 32 0 0.39 0.85 0.15 32.26 0.74 0.49
Hex DA 84 20 0 27 55 F 20 4A 31
Octal 332 204 40 0 47 125 17 40 112 61
Binary 11011010 10000100 100000 0 100111 1010101 1111 100000 1001010 110001

Color Harmonies of #DA8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8420

Black with #DA8420

Text Example


Text Example

White with #DA8420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8420; }

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

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

background-color css

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

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

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

border-color css

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

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

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