Html Css Color HEX #DBA35A Porsche

📋 copy color: '#DBA35A'

red 219 ◦ green 163 ◦ blue 90

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

Shades of Porsche #DBA35A

Tints of Porsche #DBA35A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.53%

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 46.4%
G = 34.53%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBA35A (or 0xDBA35A) is known color: Porsche. HEX triplet: DB, A3 and 5A. RGB value is (219,163,90). Sum of RGB (Red+Green+Blue) = 219+163+90=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA35A is #245CA5. Grayscale: #ABABAB. Windows color (decimal): -2383014 or 5940187. OLE color: 5940187.

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

Color convert

RGB 219 163 90 -
CMYK 0 0.26 0.59 0.14
HSL 33.95º 0.64% 0.61% -
HSV(B) 33.95º 0.59% 0.86% -
XYZ 44.16 41.99 15.45 -
YUV 171.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 219 163 90 0 0.26 0.59 0.14 33.95 0.64 0.61
Hex DB A3 5A 0 1A 3B E 22 40 3D
Octal 333 243 132 0 32 73 16 42 100 75
Binary 11011011 10100011 1011010 0 11010 111011 1110 100010 1000000 111101

Color Harmonies of #DBA35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA35A

Black with #DBA35A

Text Example


Text Example

White with #DBA35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA35A; }

 p { color: rgb(219,163,90); }

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

background-color css

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

 a { background-color: rgb(219,163,90); }

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

border-color css

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

 span { border-color: rgb(219,163,90); }

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