Html Css Color HEX #DA8A20 Buttercup

📋 copy color: '#DA8A20'

red 218 ◦ green 138 ◦ blue 32

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

Shades of Buttercup #DA8A20

Tints of Buttercup #DA8A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

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

R = 56.19%
G = 35.57%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA8A20 (or 0xDA8A20) is known color: Buttercup. HEX triplet: DA, 8A and 20. RGB value is (218,138,32). Sum of RGB (Red+Green+Blue) = 218+138+32=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A20 is #2575DF. Grayscale: #969696. Windows color (decimal): -2455008 or 2132698. OLE color: 2132698.

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

Color convert

RGB 218 138 32 -
CMYK 0 0.37 0.85 0.15
HSL 34.19º 0.74% 0.49% -
HSV(B) 34.19º 0.85% 0.85% -
XYZ 38.26 33.19 5.76 -
YUV 149.84 61.5 176.62 -
System Red Green Blue C M Y K H S L
Decimal 218 138 32 0 0.37 0.85 0.15 34.19 0.74 0.49
Hex DA 8A 20 0 25 55 F 22 4A 31
Octal 332 212 40 0 45 125 17 42 112 61
Binary 11011010 10001010 100000 0 100101 1010101 1111 100010 1001010 110001

Color Harmonies of #DA8A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A20

Black with #DA8A20

Text Example


Text Example

White with #DA8A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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