Html Css Color HEX #DBA45E Porsche

📋 copy color: '#DBA45E'

red 219 ◦ green 164 ◦ blue 94

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

Shades of Porsche #DBA45E

Tints of Porsche #DBA45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.71%

R = 45.91%
G = 34.38%
B = 19.71%

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

#DBA45E (or 0xDBA45E) is known color: Porsche. HEX triplet: DB, A4 and 5E. RGB value is (219,164,94). Sum of RGB (Red+Green+Blue) = 219+164+94=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA45E is #245BA1. Grayscale: #ACACAC. Windows color (decimal): -2382754 or 6202587. OLE color: 6202587.

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

Color convert

RGB 219 164 94 -
CMYK 0 0.25 0.57 0.14
HSL 33.6º 0.63% 0.61% -
HSV(B) 33.6º 0.57% 0.86% -
XYZ 44.51 42.42 16.43 -
YUV 172.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 219 164 94 0 0.25 0.57 0.14 33.6 0.63 0.61
Hex DB A4 5E 0 19 39 E 22 3F 3D
Octal 333 244 136 0 31 71 16 42 77 75
Binary 11011011 10100100 1011110 0 11001 111001 1110 100010 111111 111101

Color Harmonies of #DBA45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA45E

Black with #DBA45E

Text Example


Text Example

White with #DBA45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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