Html Css Color HEX #DB984F Porsche

📋 copy color: '#DB984F'

red 219 ◦ green 152 ◦ blue 79

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

Shades of Porsche #DB984F

Tints of Porsche #DB984F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.78%

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

R = 48.67%
G = 33.78%
B = 17.56%

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

#DB984F (or 0xDB984F) is known color: Porsche. HEX triplet: DB, 98 and 4F. RGB value is (219,152,79). Sum of RGB (Red+Green+Blue) = 219+152+79=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB984F is #2467B0. Grayscale: #A4A4A4. Windows color (decimal): -2385841 or 5216475. OLE color: 5216475.

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

Color convert

RGB 219 152 79 -
CMYK 0 0.31 0.64 0.14
HSL 31.29º 0.66% 0.58% -
HSV(B) 31.29º 0.64% 0.86% -
XYZ 41.85 38.08 12.54 -
YUV 163.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 219 152 79 0 0.31 0.64 0.14 31.29 0.66 0.58
Hex DB 98 4F 0 1F 40 E 1F 42 3A
Octal 333 230 117 0 37 100 16 37 102 72
Binary 11011011 10011000 1001111 0 11111 1000000 1110 11111 1000010 111010

Color Harmonies of #DB984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB984F

Black with #DB984F

Text Example


Text Example

White with #DB984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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