Html Css Color HEX #D58B20 Buttercup

📋 copy color: '#D58B20'

red 213 ◦ green 139 ◦ blue 32

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

Shades of Buttercup #D58B20

Tints of Buttercup #D58B20

RGB

 RED value IS 213 (83.59% from 255) = 55.47%

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

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

R = 55.47%
G = 36.2%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D58B20 (or 0xD58B20) is known color: Buttercup. HEX triplet: D5, 8B and 20. RGB value is (213,139,32). Sum of RGB (Red+Green+Blue) = 213+139+32=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58B20 is #2A74DF. Grayscale: #959595. Windows color (decimal): -2782432 or 2132949. OLE color: 2132949.

HSL color Cylindrical-coordinate representation of color #D58B20: hue angle of 35.47º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D58B20 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 139 32 -
CMYK 0 0.35 0.85 0.16
HSL 35.47º 0.74% 0.48% -
HSV(B) 35.47º 0.85% 0.84% -
XYZ 36.93 32.72 5.73 -
YUV 148.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 213 139 32 0 0.35 0.85 0.16 35.47 0.74 0.48
Hex D5 8B 20 0 23 55 10 23 4A 30
Octal 325 213 40 0 43 125 20 43 112 60
Binary 11010101 10001011 100000 0 100011 1010101 10000 100011 1001010 110000

Color Harmonies of #D58B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B20

Black with #D58B20

Text Example


Text Example

White with #D58B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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