Html Css Color HEX #D5961D Buttercup

📋 copy color: '#D5961D'

red 213 ◦ green 150 ◦ blue 29

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

Shades of Buttercup #D5961D

Tints of Buttercup #D5961D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.4%

R = 54.34%
G = 38.27%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5961D (or 0xD5961D) is known color: Buttercup. HEX triplet: D5, 96 and 1D. RGB value is (213,150,29). Sum of RGB (Red+Green+Blue) = 213+150+29=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5961D is #2A69E2. Grayscale: #9B9B9B. Windows color (decimal): -2779619 or 1939157. OLE color: 1939157.

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

Color convert

RGB 213 150 29 -
CMYK 0 0.30 0.86 0.16
HSL 39.46º 0.76% 0.47% -
HSV(B) 39.46º 0.86% 0.84% -
XYZ 38.57 36.05 6.09 -
YUV 155.04 56.87 169.34 -
System Red Green Blue C M Y K H S L
Decimal 213 150 29 0 0.30 0.86 0.16 39.46 0.76 0.47
Hex D5 96 1D 0 1E 56 10 27 4C 2F
Octal 325 226 35 0 36 126 20 47 114 57
Binary 11010101 10010110 11101 0 11110 1010110 10000 100111 1001100 101111

Color Harmonies of #D5961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5961D

Black with #D5961D

Text Example


Text Example

White with #D5961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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