Html Css Color HEX #D5951A Buttercup

📋 copy color: '#D5951A'

red 213 ◦ green 149 ◦ blue 26

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

Shades of Buttercup #D5951A

Tints of Buttercup #D5951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

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

R = 54.9%
G = 38.4%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5951A (or 0xD5951A) is known color: Buttercup. HEX triplet: D5, 95 and 1A. RGB value is (213,149,26). Sum of RGB (Red+Green+Blue) = 213+149+26=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5951A is #2A6AE5. Grayscale: #9A9A9A. Windows color (decimal): -2779878 or 1742293. OLE color: 1742293.

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

Color convert

RGB 213 149 26 -
CMYK 0 0.30 0.88 0.16
HSL 39.47º 0.78% 0.47% -
HSV(B) 39.47º 0.88% 0.84% -
XYZ 38.37 35.72 5.85 -
YUV 154.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 213 149 26 0 0.30 0.88 0.16 39.47 0.78 0.47
Hex D5 95 1A 0 1E 58 10 27 4E 2F
Octal 325 225 32 0 36 130 20 47 116 57
Binary 11010101 10010101 11010 0 11110 1011000 10000 100111 1001110 101111

Color Harmonies of #D5951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5951A

Black with #D5951A

Text Example


Text Example

White with #D5951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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