Html Css Color HEX #DB9752 Porsche

📋 copy color: '#DB9752'

red 219 ◦ green 151 ◦ blue 82

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

Shades of Porsche #DB9752

Tints of Porsche #DB9752

RGB

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

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

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

R = 48.45%
G = 33.41%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9752 (or 0xDB9752) is known color: Porsche. HEX triplet: DB, 97 and 52. RGB value is (219,151,82). Sum of RGB (Red+Green+Blue) = 219+151+82=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9752 is #2468AD. Grayscale: #A3A3A3. Windows color (decimal): -2386094 or 5412827. OLE color: 5412827.

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

Color convert

RGB 219 151 82 -
CMYK 0 0.31 0.63 0.14
HSL 30.22º 0.66% 0.59% -
HSV(B) 30.22º 0.63% 0.86% -
XYZ 41.8 37.8 13.08 -
YUV 163.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 219 151 82 0 0.31 0.63 0.14 30.22 0.66 0.59
Hex DB 97 52 0 1F 3F E 1E 42 3B
Octal 333 227 122 0 37 77 16 36 102 73
Binary 11011011 10010111 1010010 0 11111 111111 1110 11110 1000010 111011

Color Harmonies of #DB9752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9752

Black with #DB9752

Text Example


Text Example

White with #DB9752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9752; }

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

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

background-color css

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

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

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

border-color css

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

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

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