Html Css Color HEX #D2971A Buttercup

📋 copy color: '#D2971A'

red 210 ◦ green 151 ◦ blue 26

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

Shades of Buttercup #D2971A

Tints of Buttercup #D2971A

RGB

 RED value IS 210 (82.42% from 255) = 54.26%

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

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

R = 54.26%
G = 39.02%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2971A (or 0xD2971A) is known color: Buttercup. HEX triplet: D2, 97 and 1A. RGB value is (210,151,26). Sum of RGB (Red+Green+Blue) = 210+151+26=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2971A is #2D68E5. Grayscale: #9A9A9A. Windows color (decimal): -2975974 or 1742802. OLE color: 1742802.

HSL color Cylindrical-coordinate representation of color #D2971A: hue angle of 40.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2971A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 151 26 -
CMYK 0 0.28 0.88 0.18
HSL 40.76º 0.78% 0.46% -
HSV(B) 40.76º 0.88% 0.82% -
XYZ 37.83 35.91 5.91 -
YUV 154.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 210 151 26 0 0.28 0.88 0.18 40.76 0.78 0.46
Hex D2 97 1A 0 1C 58 12 29 4E 2E
Octal 322 227 32 0 34 130 22 51 116 56
Binary 11010010 10010111 11010 0 11100 1011000 10010 101001 1001110 101110

Color Harmonies of #D2971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2971A

Black with #D2971A

Text Example


Text Example

White with #D2971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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