Html Css Color HEX #DBA56A Porsche

📋 copy color: '#DBA56A'

red 219 ◦ green 165 ◦ blue 106

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

Shades of Porsche #DBA56A

Tints of Porsche #DBA56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.63%

R = 44.69%
G = 33.67%
B = 21.63%

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

#DBA56A (or 0xDBA56A) is known color: Porsche. HEX triplet: DB, A5 and 6A. RGB value is (219,165,106). Sum of RGB (Red+Green+Blue) = 219+165+106=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA56A is #245A95. Grayscale: #AEAEAE. Windows color (decimal): -2382486 or 6989275. OLE color: 6989275.

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

Color convert

RGB 219 165 106 -
CMYK 0 0.25 0.52 0.14
HSL 31.33º 0.61% 0.64% -
HSV(B) 31.33º 0.52% 0.86% -
XYZ 45.27 43.01 19.55 -
YUV 174.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 219 165 106 0 0.25 0.52 0.14 31.33 0.61 0.64
Hex DB A5 6A 0 19 34 E 1F 3D 40
Octal 333 245 152 0 31 64 16 37 75 100
Binary 11011011 10100101 1101010 0 11001 110100 1110 11111 111101 1000000

Color Harmonies of #DBA56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA56A

Black with #DBA56A

Text Example


Text Example

White with #DBA56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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