Html Css Color HEX #DBA45F Porsche

📋 copy color: '#DBA45F'

red 219 ◦ green 164 ◦ blue 95

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

Shades of Porsche #DBA45F

Tints of Porsche #DBA45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.87%

R = 45.82%
G = 34.31%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBA45F (or 0xDBA45F) is known color: Porsche. HEX triplet: DB, A4 and 5F. RGB value is (219,164,95). Sum of RGB (Red+Green+Blue) = 219+164+95=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA45F is #245BA0. Grayscale: #ACACAC. Windows color (decimal): -2382753 or 6268123. OLE color: 6268123.

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

Color convert

RGB 219 164 95 -
CMYK 0 0.25 0.57 0.14
HSL 33.39º 0.63% 0.62% -
HSV(B) 33.39º 0.57% 0.86% -
XYZ 44.55 42.44 16.67 -
YUV 172.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 219 164 95 0 0.25 0.57 0.14 33.39 0.63 0.62
Hex DB A4 5F 0 19 39 E 21 3F 3E
Octal 333 244 137 0 31 71 16 41 77 76
Binary 11011011 10100100 1011111 0 11001 111001 1110 100001 111111 111110

Color Harmonies of #DBA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA45F

Black with #DBA45F

Text Example


Text Example

White with #DBA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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