Html Css Color HEX #DB975C Porsche

📋 copy color: '#DB975C'

red 219 ◦ green 151 ◦ blue 92

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

Shades of Porsche #DB975C

Tints of Porsche #DB975C

RGB

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

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

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

R = 47.4%
G = 32.68%
B = 19.91%

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

#DB975C (or 0xDB975C) is known color: Porsche. HEX triplet: DB, 97 and 5C. RGB value is (219,151,92). Sum of RGB (Red+Green+Blue) = 219+151+92=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB975C is #2468A3. Grayscale: #A4A4A4. Windows color (decimal): -2386084 or 6068187. OLE color: 6068187.

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

Color convert

RGB 219 151 92 -
CMYK 0 0.31 0.58 0.14
HSL 27.87º 0.64% 0.61% -
HSV(B) 27.87º 0.58% 0.86% -
XYZ 42.21 37.97 15.23 -
YUV 164.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 219 151 92 0 0.31 0.58 0.14 27.87 0.64 0.61
Hex DB 97 5C 0 1F 3A E 1C 40 3D
Octal 333 227 134 0 37 72 16 34 100 75
Binary 11011011 10010111 1011100 0 11111 111010 1110 11100 1000000 111101

Color Harmonies of #DB975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB975C

Black with #DB975C

Text Example


Text Example

White with #DB975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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