Html Css Color HEX #D5931C Buttercup

📋 copy color: '#D5931C'

red 213 ◦ green 147 ◦ blue 28

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

Shades of Buttercup #D5931C

Tints of Buttercup #D5931C

RGB

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

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

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

R = 54.9%
G = 37.89%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5931C (or 0xD5931C) is known color: Buttercup. HEX triplet: D5, 93 and 1C. RGB value is (213,147,28). Sum of RGB (Red+Green+Blue) = 213+147+28=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5931C is #2A6CE3. Grayscale: #999999. Windows color (decimal): -2780388 or 1872853. OLE color: 1872853.

HSL color Cylindrical-coordinate representation of color #D5931C: hue angle of 38.59º 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 #D5931C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 147 28 -
CMYK 0 0.31 0.87 0.16
HSL 38.59º 0.77% 0.47% -
HSV(B) 38.59º 0.87% 0.84% -
XYZ 38.08 35.1 5.87 -
YUV 153.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 213 147 28 0 0.31 0.87 0.16 38.59 0.77 0.47
Hex D5 93 1C 0 1F 57 10 27 4D 2F
Octal 325 223 34 0 37 127 20 47 115 57
Binary 11010101 10010011 11100 0 11111 1010111 10000 100111 1001101 101111

Color Harmonies of #D5931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5931C

Black with #D5931C

Text Example


Text Example

White with #D5931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5931C; }

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

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

background-color css

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

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

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

border-color css

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

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

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