Html Css Color HEX #DBA45A Porsche

📋 copy color: '#DBA45A'

red 219 ◦ green 164 ◦ blue 90

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

Shades of Porsche #DBA45A

Tints of Porsche #DBA45A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

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

R = 46.3%
G = 34.67%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBA45A (or 0xDBA45A) is known color: Porsche. HEX triplet: DB, A4 and 5A. RGB value is (219,164,90). Sum of RGB (Red+Green+Blue) = 219+164+90=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA45A is #245BA5. Grayscale: #ACACAC. Windows color (decimal): -2382758 or 5940443. OLE color: 5940443.

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

Color convert

RGB 219 164 90 -
CMYK 0 0.25 0.59 0.14
HSL 34.42º 0.64% 0.61% -
HSV(B) 34.42º 0.59% 0.86% -
XYZ 44.33 42.35 15.51 -
YUV 172.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 219 164 90 0 0.25 0.59 0.14 34.42 0.64 0.61
Hex DB A4 5A 0 19 3B E 22 40 3D
Octal 333 244 132 0 31 73 16 42 100 75
Binary 11011011 10100100 1011010 0 11001 111011 1110 100010 1000000 111101

Color Harmonies of #DBA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA45A

Black with #DBA45A

Text Example


Text Example

White with #DBA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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