Html Css Color HEX #DB985C Porsche

📋 copy color: '#DB985C'

red 219 ◦ green 152 ◦ blue 92

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

Shades of Porsche #DB985C

Tints of Porsche #DB985C

RGB

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

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

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

R = 47.3%
G = 32.83%
B = 19.87%

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

#DB985C (or 0xDB985C) is known color: Porsche. HEX triplet: DB, 98 and 5C. RGB value is (219,152,92). Sum of RGB (Red+Green+Blue) = 219+152+92=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB985C is #2467A3. Grayscale: #A5A5A5. Windows color (decimal): -2385828 or 6068443. OLE color: 6068443.

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

Color convert

RGB 219 152 92 -
CMYK 0 0.31 0.58 0.14
HSL 28.35º 0.64% 0.61% -
HSV(B) 28.35º 0.58% 0.86% -
XYZ 42.37 38.29 15.28 -
YUV 165.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 219 152 92 0 0.31 0.58 0.14 28.35 0.64 0.61
Hex DB 98 5C 0 1F 3A E 1C 40 3D
Octal 333 230 134 0 37 72 16 34 100 75
Binary 11011011 10011000 1011100 0 11111 111010 1110 11100 1000000 111101

Color Harmonies of #DB985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB985C

Black with #DB985C

Text Example


Text Example

White with #DB985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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