Html Css Color HEX #D59B5C Porsche

📋 copy color: '#D59B5C'

red 213 ◦ green 155 ◦ blue 92

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

Shades of Porsche #D59B5C

Tints of Porsche #D59B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20%

R = 46.3%
G = 33.7%
B = 20%

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

#D59B5C (or 0xD59B5C) is known color: Porsche. HEX triplet: D5, 9B and 5C. RGB value is (213,155,92). Sum of RGB (Red+Green+Blue) = 213+155+92=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B5C is #2A64A3. Grayscale: #A5A5A5. Windows color (decimal): -2778276 or 6069205. OLE color: 6069205.

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

Color convert

RGB 213 155 92 -
CMYK 0 0.27 0.57 0.16
HSL 31.24º 0.59% 0.6% -
HSV(B) 31.24º 0.57% 0.84% -
XYZ 41.09 38.36 15.36 -
YUV 165.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 213 155 92 0 0.27 0.57 0.16 31.24 0.59 0.6
Hex D5 9B 5C 0 1B 39 10 1F 3B 3C
Octal 325 233 134 0 33 71 20 37 73 74
Binary 11010101 10011011 1011100 0 11011 111001 10000 11111 111011 111100

Color Harmonies of #D59B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B5C

Black with #D59B5C

Text Example


Text Example

White with #D59B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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