Html Css Color HEX #D2931A Buttercup

📋 copy color: '#D2931A'

red 210 ◦ green 147 ◦ blue 26

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

Shades of Buttercup #D2931A

Tints of Buttercup #D2931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 54.83%
G = 38.38%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2931A (or 0xD2931A) is known color: Buttercup. HEX triplet: D2, 93 and 1A. RGB value is (210,147,26). Sum of RGB (Red+Green+Blue) = 210+147+26=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2931A is #2D6CE5. Grayscale: #989898. Windows color (decimal): -2976998 or 1741778. OLE color: 1741778.

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

Color convert

RGB 210 147 26 -
CMYK 0 0.30 0.88 0.18
HSL 39.46º 0.78% 0.46% -
HSV(B) 39.46º 0.88% 0.82% -
XYZ 37.2 34.64 5.7 -
YUV 152.04 56.87 169.34 -
System Red Green Blue C M Y K H S L
Decimal 210 147 26 0 0.30 0.88 0.18 39.46 0.78 0.46
Hex D2 93 1A 0 1E 58 12 27 4E 2E
Octal 322 223 32 0 36 130 22 47 116 56
Binary 11010010 10010011 11010 0 11110 1011000 10010 100111 1001110 101110

Color Harmonies of #D2931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2931A

Black with #D2931A

Text Example


Text Example

White with #D2931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2931A; }

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

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

background-color css

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

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

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

border-color css

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

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

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