Html Css Color HEX #DA8B20 Buttercup

📋 copy color: '#DA8B20'

red 218 ◦ green 139 ◦ blue 32

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

Shades of Buttercup #DA8B20

Tints of Buttercup #DA8B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.73%

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

R = 56.04%
G = 35.73%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA8B20 (or 0xDA8B20) is known color: Buttercup. HEX triplet: DA, 8B and 20. RGB value is (218,139,32). Sum of RGB (Red+Green+Blue) = 218+139+32=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8B20 is #2574DF. Grayscale: #969696. Windows color (decimal): -2454752 or 2132954. OLE color: 2132954.

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

Color convert

RGB 218 139 32 -
CMYK 0 0.36 0.85 0.15
HSL 34.52º 0.74% 0.49% -
HSV(B) 34.52º 0.85% 0.85% -
XYZ 38.41 33.47 5.8 -
YUV 150.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 218 139 32 0 0.36 0.85 0.15 34.52 0.74 0.49
Hex DA 8B 20 0 24 55 F 23 4A 31
Octal 332 213 40 0 44 125 17 43 112 61
Binary 11011010 10001011 100000 0 100100 1010101 1111 100011 1001010 110001

Color Harmonies of #DA8B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B20

Black with #DA8B20

Text Example


Text Example

White with #DA8B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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