Html Css Color HEX #DBA06C Porsche

📋 copy color: '#DBA06C'

red 219 ◦ green 160 ◦ blue 108

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

Shades of Porsche #DBA06C

Tints of Porsche #DBA06C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.85%

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 44.97%
G = 32.85%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBA06C (or 0xDBA06C) is known color: Porsche. HEX triplet: DB, A0 and 6C. RGB value is (219,160,108). Sum of RGB (Red+Green+Blue) = 219+160+108=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA06C is #245F93. Grayscale: #ABABAB. Windows color (decimal): -2383764 or 7119067. OLE color: 7119067.

HSL color Cylindrical-coordinate representation of color #DBA06C: hue angle of 28.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBA06C is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 108 -
CMYK 0 0.27 0.51 0.14
HSL 28.11º 0.61% 0.64% -
HSV(B) 28.11º 0.51% 0.86% -
XYZ 44.49 41.28 19.81 -
YUV 171.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 219 160 108 0 0.27 0.51 0.14 28.11 0.61 0.64
Hex DB A0 6C 0 1B 33 E 1C 3D 40
Octal 333 240 154 0 33 63 16 34 75 100
Binary 11011011 10100000 1101100 0 11011 110011 1110 11100 111101 1000000

Color Harmonies of #DBA06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA06C

Black with #DBA06C

Text Example


Text Example

White with #DBA06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA06C; }

 p { color: rgb(219,160,108); }

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

background-color css

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

 a { background-color: rgb(219,160,108); }

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

border-color css

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

 span { border-color: rgb(219,160,108); }

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