Html Css Color HEX #D5961C Buttercup

📋 copy color: '#D5961C'

red 213 ◦ green 150 ◦ blue 28

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

Shades of Buttercup #D5961C

Tints of Buttercup #D5961C

RGB

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

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

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

R = 54.48%
G = 38.36%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5961C (or 0xD5961C) is known color: Buttercup. HEX triplet: D5, 96 and 1C. RGB value is (213,150,28). Sum of RGB (Red+Green+Blue) = 213+150+28=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5961C is #2A69E3. Grayscale: #9B9B9B. Windows color (decimal): -2779620 or 1873621. OLE color: 1873621.

HSL color Cylindrical-coordinate representation of color #D5961C: hue angle of 39.57º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5961C is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 28 -
CMYK 0 0.30 0.87 0.16
HSL 39.57º 0.77% 0.47% -
HSV(B) 39.57º 0.87% 0.84% -
XYZ 38.56 36.04 6.02 -
YUV 154.93 56.37 169.42 -
System Red Green Blue C M Y K H S L
Decimal 213 150 28 0 0.30 0.87 0.16 39.57 0.77 0.47
Hex D5 96 1C 0 1E 57 10 28 4D 2F
Octal 325 226 34 0 36 127 20 50 115 57
Binary 11010101 10010110 11100 0 11110 1010111 10000 101000 1001101 101111

Color Harmonies of #D5961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5961C

Black with #D5961C

Text Example


Text Example

White with #D5961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5961C; }

 p { color: rgb(213,150,28); }

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

background-color css

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

 a { background-color: rgb(213,150,28); }

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

border-color css

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

 span { border-color: rgb(213,150,28); }

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