Html Css Color HEX #DB975B Porsche

📋 copy color: '#DB975B'

red 219 ◦ green 151 ◦ blue 91

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

Shades of Porsche #DB975B

Tints of Porsche #DB975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.75%

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

R = 47.51%
G = 32.75%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB975B (or 0xDB975B) is known color: Porsche. HEX triplet: DB, 97 and 5B. RGB value is (219,151,91). Sum of RGB (Red+Green+Blue) = 219+151+91=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB975B is #2468A4. Grayscale: #A4A4A4. Windows color (decimal): -2386085 or 6002651. OLE color: 6002651.

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

Color convert

RGB 219 151 91 -
CMYK 0 0.31 0.58 0.14
HSL 28.13º 0.64% 0.61% -
HSV(B) 28.13º 0.58% 0.86% -
XYZ 42.17 37.95 15 -
YUV 164.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 219 151 91 0 0.31 0.58 0.14 28.13 0.64 0.61
Hex DB 97 5B 0 1F 3A E 1C 40 3D
Octal 333 227 133 0 37 72 16 34 100 75
Binary 11011011 10010111 1011011 0 11111 111010 1110 11100 1000000 111101

Color Harmonies of #DB975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB975B

Black with #DB975B

Text Example


Text Example

White with #DB975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB975B; }

 p { color: rgb(219,151,91); }

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

background-color css

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

 a { background-color: rgb(219,151,91); }

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

border-color css

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

 span { border-color: rgb(219,151,91); }

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