Html Css Color HEX #DB975F Porsche

📋 copy color: '#DB975F'

red 219 ◦ green 151 ◦ blue 95

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

Shades of Porsche #DB975F

Tints of Porsche #DB975F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.43%

R = 47.1%
G = 32.47%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB975F (or 0xDB975F) is known color: Porsche. HEX triplet: DB, 97 and 5F. RGB value is (219,151,95). Sum of RGB (Red+Green+Blue) = 219+151+95=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB975F is #2468A0. Grayscale: #A5A5A5. Windows color (decimal): -2386081 or 6264795. OLE color: 6264795.

HSL color Cylindrical-coordinate representation of color #DB975F: hue angle of 27.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB975F is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 151 95 -
CMYK 0 0.31 0.57 0.14
HSL 27.1º 0.63% 0.62% -
HSV(B) 27.1º 0.57% 0.86% -
XYZ 42.35 38.02 15.93 -
YUV 164.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 219 151 95 0 0.31 0.57 0.14 27.1 0.63 0.62
Hex DB 97 5F 0 1F 39 E 1B 3F 3E
Octal 333 227 137 0 37 71 16 33 77 76
Binary 11011011 10010111 1011111 0 11111 111001 1110 11011 111111 111110

Color Harmonies of #DB975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB975F

Black with #DB975F

Text Example


Text Example

White with #DB975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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