Html Css Color HEX #D5901A Buttercup

📋 copy color: '#D5901A'

red 213 ◦ green 144 ◦ blue 26

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

Shades of Buttercup #D5901A

Tints of Buttercup #D5901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 55.61%
G = 37.6%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5901A (or 0xD5901A) is known color: Buttercup. HEX triplet: D5, 90 and 1A. RGB value is (213,144,26). Sum of RGB (Red+Green+Blue) = 213+144+26=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D5901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5901A is #2A6FE5. Grayscale: #979797. Windows color (decimal): -2781158 or 1741013. OLE color: 1741013.

HSL color Cylindrical-coordinate representation of color #D5901A: hue angle of 37.86º 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 #D5901A is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 26 -
CMYK 0 0.32 0.88 0.16
HSL 37.86º 0.78% 0.47% -
HSV(B) 37.86º 0.88% 0.84% -
XYZ 37.6 34.17 5.59 -
YUV 151.18 57.36 172.09 -
System Red Green Blue C M Y K H S L
Decimal 213 144 26 0 0.32 0.88 0.16 37.86 0.78 0.47
Hex D5 90 1A 0 20 58 10 26 4E 2F
Octal 325 220 32 0 40 130 20 46 116 57
Binary 11010101 10010000 11010 0 100000 1011000 10000 100110 1001110 101111

Color Harmonies of #D5901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5901A

Black with #D5901A

Text Example


Text Example

White with #D5901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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