Html Css Color HEX #D5962D Buttercup

📋 copy color: '#D5962D'

red 213 ◦ green 150 ◦ blue 45

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

Shades of Buttercup #D5962D

Tints of Buttercup #D5962D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.03%

R = 52.21%
G = 36.76%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5962D (or 0xD5962D) is known color: Buttercup. HEX triplet: D5, 96 and 2D. RGB value is (213,150,45). Sum of RGB (Red+Green+Blue) = 213+150+45=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5962D is #2A69D2. Grayscale: #9D9D9D. Windows color (decimal): -2779603 or 2987733. OLE color: 2987733.

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

Color convert

RGB 213 150 45 -
CMYK 0 0.30 0.79 0.16
HSL 37.5º 0.67% 0.51% -
HSV(B) 37.5º 0.79% 0.84% -
XYZ 38.82 36.15 7.41 -
YUV 156.87 64.87 168.04 -
System Red Green Blue C M Y K H S L
Decimal 213 150 45 0 0.30 0.79 0.16 37.5 0.67 0.51
Hex D5 96 2D 0 1E 4F 10 26 43 33
Octal 325 226 55 0 36 117 20 46 103 63
Binary 11010101 10010110 101101 0 11110 1001111 10000 100110 1000011 110011

Color Harmonies of #D5962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5962D

Black with #D5962D

Text Example


Text Example

White with #D5962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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