Html Css Color HEX #D5911A Buttercup

📋 copy color: '#D5911A'

red 213 ◦ green 145 ◦ blue 26

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

Shades of Buttercup #D5911A

Tints of Buttercup #D5911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

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

R = 55.47%
G = 37.76%
B = 6.77%

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

#D5911A (or 0xD5911A) is known color: Buttercup. HEX triplet: D5, 91 and 1A. RGB value is (213,145,26). Sum of RGB (Red+Green+Blue) = 213+145+26=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D5911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5911A is #2A6EE5. Grayscale: #989898. Windows color (decimal): -2780902 or 1741269. OLE color: 1741269.

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

Color convert

RGB 213 145 26 -
CMYK 0 0.32 0.88 0.16
HSL 38.18º 0.78% 0.47% -
HSV(B) 38.18º 0.88% 0.84% -
XYZ 37.75 34.47 5.64 -
YUV 151.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 213 145 26 0 0.32 0.88 0.16 38.18 0.78 0.47
Hex D5 91 1A 0 20 58 10 26 4E 2F
Octal 325 221 32 0 40 130 20 46 116 57
Binary 11010101 10010001 11010 0 100000 1011000 10000 100110 1001110 101111

Color Harmonies of #D5911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5911A

Black with #D5911A

Text Example


Text Example

White with #D5911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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