Html Css Color HEX #D5932E Buttercup

📋 copy color: '#D5932E'

red 213 ◦ green 147 ◦ blue 46

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

Shades of Buttercup #D5932E

Tints of Buttercup #D5932E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.21%

 BLUE value IS 46 (18.36% from 255) = 11.33%

R = 52.46%
G = 36.21%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5932E (or 0xD5932E) is known color: Buttercup. HEX triplet: D5, 93 and 2E. RGB value is (213,147,46). Sum of RGB (Red+Green+Blue) = 213+147+46=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5932E is #2A6CD1. Grayscale: #9B9B9B. Windows color (decimal): -2780370 or 3052501. OLE color: 3052501.

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

Color convert

RGB 213 147 46 -
CMYK 0 0.31 0.78 0.16
HSL 36.29º 0.67% 0.51% -
HSV(B) 36.29º 0.78% 0.84% -
XYZ 38.37 35.21 7.36 -
YUV 155.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 213 147 46 0 0.31 0.78 0.16 36.29 0.67 0.51
Hex D5 93 2E 0 1F 4E 10 24 43 33
Octal 325 223 56 0 37 116 20 44 103 63
Binary 11010101 10010011 101110 0 11111 1001110 10000 100100 1000011 110011

Color Harmonies of #D5932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5932E

Black with #D5932E

Text Example


Text Example

White with #D5932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5932E; }

 p { color: rgb(213,147,46); }

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

background-color css

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

 a { background-color: rgb(213,147,46); }

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

border-color css

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

 span { border-color: rgb(213,147,46); }

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