Html Css Color HEX #D2951C Buttercup

📋 copy color: '#D2951C'

red 210 ◦ green 149 ◦ blue 28

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

Shades of Buttercup #D2951C

Tints of Buttercup #D2951C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.24%

R = 54.26%
G = 38.5%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2951C (or 0xD2951C) is known color: Buttercup. HEX triplet: D2, 95 and 1C. RGB value is (210,149,28). Sum of RGB (Red+Green+Blue) = 210+149+28=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2951C is #2D6AE3. Grayscale: #999999. Windows color (decimal): -2976484 or 1873362. OLE color: 1873362.

HSL color Cylindrical-coordinate representation of color #D2951C: hue angle of 39.89º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2951C is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 28 -
CMYK 0 0.29 0.87 0.18
HSL 39.89º 0.76% 0.47% -
HSV(B) 39.89º 0.87% 0.82% -
XYZ 37.54 35.28 5.93 -
YUV 153.45 57.21 168.34 -
System Red Green Blue C M Y K H S L
Decimal 210 149 28 0 0.29 0.87 0.18 39.89 0.76 0.47
Hex D2 95 1C 0 1D 57 12 28 4C 2F
Octal 322 225 34 0 35 127 22 50 114 57
Binary 11010010 10010101 11100 0 11101 1010111 10010 101000 1001100 101111

Color Harmonies of #D2951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2951C

Black with #D2951C

Text Example


Text Example

White with #D2951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2951C; }

 p { color: rgb(210,149,28); }

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

background-color css

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

 a { background-color: rgb(210,149,28); }

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

border-color css

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

 span { border-color: rgb(210,149,28); }

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