Html Css Color HEX #DB9D5C Porsche

📋 copy color: '#DB9D5C'

red 219 ◦ green 157 ◦ blue 92

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

Shades of Porsche #DB9D5C

Tints of Porsche #DB9D5C

RGB

 RED value IS 219 (85.94% from 255) = 46.79%

 GREEN value IS 157 (61.72% from 255) = 33.55%

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

R = 46.79%
G = 33.55%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB9D5C (or 0xDB9D5C) is known color: Porsche. HEX triplet: DB, 9D and 5C. RGB value is (219,157,92). Sum of RGB (Red+Green+Blue) = 219+157+92=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D5C is #2462A3. Grayscale: #A8A8A8. Windows color (decimal): -2384548 or 6069723. OLE color: 6069723.

HSL color Cylindrical-coordinate representation of color #DB9D5C: hue angle of 30.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB9D5C is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 92 -
CMYK 0 0.28 0.58 0.14
HSL 30.71º 0.64% 0.61% -
HSV(B) 30.71º 0.58% 0.86% -
XYZ 43.2 39.95 15.56 -
YUV 168.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 219 157 92 0 0.28 0.58 0.14 30.71 0.64 0.61
Hex DB 9D 5C 0 1C 3A E 1F 40 3D
Octal 333 235 134 0 34 72 16 37 100 75
Binary 11011011 10011101 1011100 0 11100 111010 1110 11111 1000000 111101

Color Harmonies of #DB9D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D5C

Black with #DB9D5C

Text Example


Text Example

White with #DB9D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D5C; }

 p { color: rgb(219,157,92); }

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

background-color css

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

 a { background-color: rgb(219,157,92); }

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

border-color css

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

 span { border-color: rgb(219,157,92); }

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