Html Css Color HEX #DB9A67 Porsche

📋 copy color: '#DB9A67'

red 219 ◦ green 154 ◦ blue 103

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

Shades of Porsche #DB9A67

Tints of Porsche #DB9A67

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

 BLUE value IS 103 (40.63% from 255) = 21.64%

R = 46.01%
G = 32.35%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB9A67 (or 0xDB9A67) is known color: Porsche. HEX triplet: DB, 9A and 67. RGB value is (219,154,103). Sum of RGB (Red+Green+Blue) = 219+154+103=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A67 is #246598. Grayscale: #A7A7A7. Windows color (decimal): -2385305 or 6789851. OLE color: 6789851.

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

Color convert

RGB 219 154 103 -
CMYK 0 0.30 0.53 0.14
HSL 26.38º 0.62% 0.63% -
HSV(B) 26.38º 0.53% 0.86% -
XYZ 43.22 39.15 18.11 -
YUV 167.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 219 154 103 0 0.30 0.53 0.14 26.38 0.62 0.63
Hex DB 9A 67 0 1E 35 E 1A 3E 3F
Octal 333 232 147 0 36 65 16 32 76 77
Binary 11011011 10011010 1100111 0 11110 110101 1110 11010 111110 111111

Color Harmonies of #DB9A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A67

Black with #DB9A67

Text Example


Text Example

White with #DB9A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A67; }

 p { color: rgb(219,154,103); }

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

background-color css

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

 a { background-color: rgb(219,154,103); }

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

border-color css

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

 span { border-color: rgb(219,154,103); }

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