Html Css Color HEX #D2961A Buttercup

📋 copy color: '#D2961A'

red 210 ◦ green 150 ◦ blue 26

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

Shades of Buttercup #D2961A

Tints of Buttercup #D2961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

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

R = 54.4%
G = 38.86%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2961A (or 0xD2961A) is known color: Buttercup. HEX triplet: D2, 96 and 1A. RGB value is (210,150,26). Sum of RGB (Red+Green+Blue) = 210+150+26=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2961A is #2D69E5. Grayscale: #9A9A9A. Windows color (decimal): -2976230 or 1742546. OLE color: 1742546.

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

Color convert

RGB 210 150 26 -
CMYK 0 0.29 0.88 0.18
HSL 40.43º 0.78% 0.46% -
HSV(B) 40.43º 0.88% 0.82% -
XYZ 37.67 35.59 5.86 -
YUV 153.8 55.88 168.08 -
System Red Green Blue C M Y K H S L
Decimal 210 150 26 0 0.29 0.88 0.18 40.43 0.78 0.46
Hex D2 96 1A 0 1D 58 12 28 4E 2E
Octal 322 226 32 0 35 130 22 50 116 56
Binary 11010010 10010110 11010 0 11101 1011000 10010 101000 1001110 101110

Color Harmonies of #D2961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2961A

Black with #D2961A

Text Example


Text Example

White with #D2961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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