Html Css Color HEX #D5971A Buttercup

📋 copy color: '#D5971A'

red 213 ◦ green 151 ◦ blue 26

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

Shades of Buttercup #D5971A

Tints of Buttercup #D5971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 54.62%
G = 38.72%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5971A (or 0xD5971A) is known color: Buttercup. HEX triplet: D5, 97 and 1A. RGB value is (213,151,26). Sum of RGB (Red+Green+Blue) = 213+151+26=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5971A is #2A68E5. Grayscale: #9B9B9B. Windows color (decimal): -2779366 or 1742805. OLE color: 1742805.

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

Color convert

RGB 213 151 26 -
CMYK 0 0.29 0.88 0.16
HSL 40.11º 0.78% 0.47% -
HSV(B) 40.11º 0.88% 0.84% -
XYZ 38.69 36.35 5.95 -
YUV 155.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 213 151 26 0 0.29 0.88 0.16 40.11 0.78 0.47
Hex D5 97 1A 0 1D 58 10 28 4E 2F
Octal 325 227 32 0 35 130 20 50 116 57
Binary 11010101 10010111 11010 0 11101 1011000 10000 101000 1001110 101111

Color Harmonies of #D5971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5971A

Black with #D5971A

Text Example


Text Example

White with #D5971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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