Html Css Color HEX #DBA56C Porsche

📋 copy color: '#DBA56C'

red 219 ◦ green 165 ◦ blue 108

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

Shades of Porsche #DBA56C

Tints of Porsche #DBA56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.54%

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

R = 44.51%
G = 33.54%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBA56C (or 0xDBA56C) is known color: Porsche. HEX triplet: DB, A5 and 6C. RGB value is (219,165,108). Sum of RGB (Red+Green+Blue) = 219+165+108=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA56C is #245A93. Grayscale: #AEAEAE. Windows color (decimal): -2382484 or 7120347. OLE color: 7120347.

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

Color convert

RGB 219 165 108 -
CMYK 0 0.25 0.51 0.14
HSL 30.81º 0.61% 0.64% -
HSV(B) 30.81º 0.51% 0.86% -
XYZ 45.38 43.05 20.11 -
YUV 174.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 219 165 108 0 0.25 0.51 0.14 30.81 0.61 0.64
Hex DB A5 6C 0 19 33 E 1F 3D 40
Octal 333 245 154 0 31 63 16 37 75 100
Binary 11011011 10100101 1101100 0 11001 110011 1110 11111 111101 1000000

Color Harmonies of #DBA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA56C

Black with #DBA56C

Text Example


Text Example

White with #DBA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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