Html Css Color HEX #D58A1E Buttercup

📋 copy color: '#D58A1E'

red 213 ◦ green 138 ◦ blue 30

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

Shades of Buttercup #D58A1E

Tints of Buttercup #D58A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 55.91%
G = 36.22%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D58A1E (or 0xD58A1E) is known color: Buttercup. HEX triplet: D5, 8A and 1E. RGB value is (213,138,30). Sum of RGB (Red+Green+Blue) = 213+138+30=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A1E is #2A75E1. Grayscale: #949494. Windows color (decimal): -2782690 or 2001621. OLE color: 2001621.

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

Color convert

RGB 213 138 30 -
CMYK 0 0.35 0.86 0.16
HSL 35.41º 0.75% 0.48% -
HSV(B) 35.41º 0.86% 0.84% -
XYZ 36.76 32.42 5.55 -
YUV 148.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 213 138 30 0 0.35 0.86 0.16 35.41 0.75 0.48
Hex D5 8A 1E 0 23 56 10 23 4B 30
Octal 325 212 36 0 43 126 20 43 113 60
Binary 11010101 10001010 11110 0 100011 1010110 10000 100011 1001011 110000

Color Harmonies of #D58A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A1E

Black with #D58A1E

Text Example


Text Example

White with #D58A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A1E; }

 p { color: rgb(213,138,30); }

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

background-color css

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

 a { background-color: rgb(213,138,30); }

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

border-color css

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

 span { border-color: rgb(213,138,30); }

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