Html Css Color HEX #D5962B Buttercup

📋 copy color: '#D5962B'

red 213 ◦ green 150 ◦ blue 43

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

Shades of Buttercup #D5962B

Tints of Buttercup #D5962B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.59%

R = 52.46%
G = 36.95%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5962B (or 0xD5962B) is known color: Buttercup. HEX triplet: D5, 96 and 2B. RGB value is (213,150,43). Sum of RGB (Red+Green+Blue) = 213+150+43=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5962B is #2A69D4. Grayscale: #9D9D9D. Windows color (decimal): -2779605 or 2856661. OLE color: 2856661.

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

Color convert

RGB 213 150 43 -
CMYK 0 0.30 0.80 0.16
HSL 37.76º 0.67% 0.5% -
HSV(B) 37.76º 0.8% 0.84% -
XYZ 38.78 36.13 7.22 -
YUV 156.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 213 150 43 0 0.30 0.80 0.16 37.76 0.67 0.5
Hex D5 96 2B 0 1E 50 10 26 43 32
Octal 325 226 53 0 36 120 20 46 103 62
Binary 11010101 10010110 101011 0 11110 1010000 10000 100110 1000011 110010

Color Harmonies of #D5962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5962B

Black with #D5962B

Text Example


Text Example

White with #D5962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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