Html Css Color HEX #DB974F Porsche

📋 copy color: '#DB974F'

red 219 ◦ green 151 ◦ blue 79

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

Shades of Porsche #DB974F

Tints of Porsche #DB974F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.59%

R = 48.78%
G = 33.63%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB974F (or 0xDB974F) is known color: Porsche. HEX triplet: DB, 97 and 4F. RGB value is (219,151,79). Sum of RGB (Red+Green+Blue) = 219+151+79=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB974F is #2468B0. Grayscale: #A3A3A3. Windows color (decimal): -2386097 or 5216219. OLE color: 5216219.

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

Color convert

RGB 219 151 79 -
CMYK 0 0.31 0.64 0.14
HSL 30.86º 0.66% 0.58% -
HSV(B) 30.86º 0.64% 0.86% -
XYZ 41.69 37.76 12.49 -
YUV 163.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 219 151 79 0 0.31 0.64 0.14 30.86 0.66 0.58
Hex DB 97 4F 0 1F 40 E 1F 42 3A
Octal 333 227 117 0 37 100 16 37 102 72
Binary 11011011 10010111 1001111 0 11111 1000000 1110 11111 1000010 111010

Color Harmonies of #DB974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB974F

Black with #DB974F

Text Example


Text Example

White with #DB974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB974F; }

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

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

background-color css

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

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

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

border-color css

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

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

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