Html Css Color HEX #DBA569 Porsche

📋 copy color: '#DBA569'

red 219 ◦ green 165 ◦ blue 105

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

Shades of Porsche #DBA569

Tints of Porsche #DBA569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.47%

R = 44.79%
G = 33.74%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBA569 (or 0xDBA569) is known color: Porsche. HEX triplet: DB, A5 and 69. RGB value is (219,165,105). Sum of RGB (Red+Green+Blue) = 219+165+105=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA569 is #245A96. Grayscale: #AEAEAE. Windows color (decimal): -2382487 or 6923739. OLE color: 6923739.

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

Color convert

RGB 219 165 105 -
CMYK 0 0.25 0.52 0.14
HSL 31.58º 0.61% 0.64% -
HSV(B) 31.58º 0.52% 0.86% -
XYZ 45.22 42.99 19.28 -
YUV 174.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 219 165 105 0 0.25 0.52 0.14 31.58 0.61 0.64
Hex DB A5 69 0 19 34 E 20 3D 40
Octal 333 245 151 0 31 64 16 40 75 100
Binary 11011011 10100101 1101001 0 11001 110100 1110 100000 111101 1000000

Color Harmonies of #DBA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA569

Black with #DBA569

Text Example


Text Example

White with #DBA569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA569; }

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

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

background-color css

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

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

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

border-color css

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

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

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