Html Css Color HEX #D59B5B Porsche

📋 copy color: '#D59B5B'

red 213 ◦ green 155 ◦ blue 91

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

Shades of Porsche #D59B5B

Tints of Porsche #D59B5B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.77%

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 46.41%
G = 33.77%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D59B5B (or 0xD59B5B) is known color: Porsche. HEX triplet: D5, 9B and 5B. RGB value is (213,155,91). Sum of RGB (Red+Green+Blue) = 213+155+91=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B5B is #2A64A4. Grayscale: #A5A5A5. Windows color (decimal): -2778277 or 6003669. OLE color: 6003669.

HSL color Cylindrical-coordinate representation of color #D59B5B: hue angle of 31.48º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D59B5B is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 155 91 -
CMYK 0 0.27 0.57 0.16
HSL 31.48º 0.59% 0.6% -
HSV(B) 31.48º 0.57% 0.84% -
XYZ 41.05 38.34 15.14 -
YUV 165.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 213 155 91 0 0.27 0.57 0.16 31.48 0.59 0.6
Hex D5 9B 5B 0 1B 39 10 1F 3B 3C
Octal 325 233 133 0 33 71 20 37 73 74
Binary 11010101 10011011 1011011 0 11011 111001 10000 11111 111011 111100

Color Harmonies of #D59B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B5B

Black with #D59B5B

Text Example


Text Example

White with #D59B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B5B; }

 p { color: rgb(213,155,91); }

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

background-color css

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

 a { background-color: rgb(213,155,91); }

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

border-color css

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

 span { border-color: rgb(213,155,91); }

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