Html Css Color HEX #DB9952 Porsche

📋 copy color: '#DB9952'

red 219 ◦ green 153 ◦ blue 82

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

Shades of Porsche #DB9952

Tints of Porsche #DB9952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 82 (32.42% from 255) = 18.06%

R = 48.24%
G = 33.7%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9952 (or 0xDB9952) is known color: Porsche. HEX triplet: DB, 99 and 52. RGB value is (219,153,82). Sum of RGB (Red+Green+Blue) = 219+153+82=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9952 is #2466AD. Grayscale: #A4A4A4. Windows color (decimal): -2385582 or 5413339. OLE color: 5413339.

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

Color convert

RGB 219 153 82 -
CMYK 0 0.30 0.63 0.14
HSL 31.09º 0.66% 0.59% -
HSV(B) 31.09º 0.63% 0.86% -
XYZ 42.13 38.45 13.18 -
YUV 164.64 81.37 166.77 -
System Red Green Blue C M Y K H S L
Decimal 219 153 82 0 0.30 0.63 0.14 31.09 0.66 0.59
Hex DB 99 52 0 1E 3F E 1F 42 3B
Octal 333 231 122 0 36 77 16 37 102 73
Binary 11011011 10011001 1010010 0 11110 111111 1110 11111 1000010 111011

Color Harmonies of #DB9952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9952

Black with #DB9952

Text Example


Text Example

White with #DB9952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9952; }

 p { color: rgb(219,153,82); }

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

background-color css

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

 a { background-color: rgb(219,153,82); }

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

border-color css

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

 span { border-color: rgb(219,153,82); }

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