Html Css Color HEX #D5931E Buttercup

📋 copy color: '#D5931E'

red 213 ◦ green 147 ◦ blue 30

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

Shades of Buttercup #D5931E

Tints of Buttercup #D5931E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.69%

R = 54.62%
G = 37.69%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5931E (or 0xD5931E) is known color: Buttercup. HEX triplet: D5, 93 and 1E. RGB value is (213,147,30). Sum of RGB (Red+Green+Blue) = 213+147+30=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5931E is #2A6CE1. Grayscale: #999999. Windows color (decimal): -2780386 or 2003925. OLE color: 2003925.

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

Color convert

RGB 213 147 30 -
CMYK 0 0.31 0.86 0.16
HSL 38.36º 0.75% 0.48% -
HSV(B) 38.36º 0.86% 0.84% -
XYZ 38.11 35.11 6 -
YUV 153.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 213 147 30 0 0.31 0.86 0.16 38.36 0.75 0.48
Hex D5 93 1E 0 1F 56 10 26 4B 30
Octal 325 223 36 0 37 126 20 46 113 60
Binary 11010101 10010011 11110 0 11111 1010110 10000 100110 1001011 110000

Color Harmonies of #D5931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5931E

Black with #D5931E

Text Example


Text Example

White with #D5931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5931E; }

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

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

background-color css

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

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

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

border-color css

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

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

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