Html Css Color HEX #DA8920 Buttercup

📋 copy color: '#DA8920'

red 218 ◦ green 137 ◦ blue 32

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

Shades of Buttercup #DA8920

Tints of Buttercup #DA8920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

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

R = 56.33%
G = 35.4%
B = 8.27%

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

#DA8920 (or 0xDA8920) is known color: Buttercup. HEX triplet: DA, 89 and 20. RGB value is (218,137,32). Sum of RGB (Red+Green+Blue) = 218+137+32=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8920 is #2576DF. Grayscale: #959595. Windows color (decimal): -2455264 or 2132442. OLE color: 2132442.

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

Color convert

RGB 218 137 32 -
CMYK 0 0.37 0.85 0.15
HSL 33.87º 0.74% 0.49% -
HSV(B) 33.87º 0.85% 0.85% -
XYZ 38.12 32.9 5.71 -
YUV 149.25 61.84 177.04 -
System Red Green Blue C M Y K H S L
Decimal 218 137 32 0 0.37 0.85 0.15 33.87 0.74 0.49
Hex DA 89 20 0 25 55 F 22 4A 31
Octal 332 211 40 0 45 125 17 42 112 61
Binary 11011010 10001001 100000 0 100101 1010101 1111 100010 1001010 110001

Color Harmonies of #DA8920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8920

Black with #DA8920

Text Example


Text Example

White with #DA8920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8920; }

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

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

background-color css

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

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

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

border-color css

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

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

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