Html Css Color HEX #D58A1A Buttercup

📋 copy color: '#D58A1A'

red 213 ◦ green 138 ◦ blue 26

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

Shades of Buttercup #D58A1A

Tints of Buttercup #D58A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 56.5%
G = 36.6%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D58A1A (or 0xD58A1A) is known color: Buttercup. HEX triplet: D5, 8A and 1A. RGB value is (213,138,26). Sum of RGB (Red+Green+Blue) = 213+138+26=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A1A is #2A75E5. Grayscale: #949494. Windows color (decimal): -2782694 or 1739477. OLE color: 1739477.

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

Color convert

RGB 213 138 26 -
CMYK 0 0.35 0.88 0.16
HSL 35.94º 0.78% 0.47% -
HSV(B) 35.94º 0.88% 0.84% -
XYZ 36.72 32.4 5.3 -
YUV 147.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 213 138 26 0 0.35 0.88 0.16 35.94 0.78 0.47
Hex D5 8A 1A 0 23 58 10 24 4E 2F
Octal 325 212 32 0 43 130 20 44 116 57
Binary 11010101 10001010 11010 0 100011 1011000 10000 100100 1001110 101111

Color Harmonies of #D58A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A1A

Black with #D58A1A

Text Example


Text Example

White with #D58A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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